07-09-2019, 01:02 AM
You have to open the port on your vps so that OGP can connect to its daemon!
Exp
firewall-cmd --zone=public --add-port=12345/tcp -permanent
firewall-cmd --reload
Exp
firewall-cmd --zone=public --add-port=12345/tcp -permanent
firewall-cmd --reload