I have requested to open websocket Port 37000 (TCP). Can anyone please assist me?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hi there @appengineers4u,
It would depend on what Firewall you are using. For example if you are using
ufw
you can do that with the following command:If you are using CSF, you can do that by editing your
/etc/csf/csf.conf
configuration file, find theTCP_IN
line and add the port at the end of the list. Finally, restart your firewall with:If you are using a DigitalOcea Cloud Firewall, you can take a look at the steps here on how to do that:
https://www.digitalocean.com/docs/networking/firewalls/how-to/configure-rules/
Hope that this helps! Regards, Bobby