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 !
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
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:
iptables -A INPUT -p tcp -m tcp --dport PORT -j ACCEPT
Save iptables:
iptables-save
You can also check if ufw is running:
ufw status
Let me know if you have any questions.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.