I have herd that I need to port forward in order to have an IP:Port for a select MC server. Any tips would be great !
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.
Click below to sign up and get $100 of credit to try our products over 60 days!
Hello, @jpcopeela
You need to make sure you port is open in order to successfully receive connections on it. You can do this using iptables:
Save iptables:
You can also check if ufw is running:
Let me know if you have any questions.