You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that, in order to use RCON based on this guide, you'll need to add TCP rules to allow for it. Specifying a range like this should be satisfactory:
Disqus comment:
Note that, in order to use RCON based on this guide, you'll need to add TCP rules to allow for it. Specifying a range like this should be satisfactory:
sudo iptables -I INPUT 5 -p tcp -m tcp --dport 26900:27030 -j ACCEPT
The text was updated successfully, but these errors were encountered: