====== Centos 8 notepad ====== ===== systemctl ===== Start / stop and enable at boot:- # systemctl enable prosody.service # systemctl restart prosody.service ===== Networking ===== ==== Firewall ==== # firewall-cmd --get-default-zone public # firewall-cmd --zone=public --permanent --add-port 5222/tcp success # systemctl restart firewalld.service