Welcome to the Builder Academy

Question Connection Whitelist / SSH connection / Game Password ?

More
23 Sep 2025 16:55 #10901 by Salty
Greetings,

I host my own game and it is open to friends and family only.  I have no intention of opening it to the greater internet anytime soon.  In order to allow my friends to connect, I need to have the telnet port open.  I am constantly getting scanned and probed by all sorts of crawlers and whatnot.

I'm exploring ideas for the best way to prevent probes into my network, bots trying to login as 'root' or 'admin', etc.

Thoughts? 

Please Log in or Create an account to join the conversation.

More
23 Sep 2025 22:05 #10902 by thomas
This is actually a relatively common problem, with no real solutions.

Alternatives include setting up rules on your router, only allowing specific IPs to connect (though that will require your friends and family have static IPs), setting up a ssh route (though this just moves the problem to another port) or just ignoring it.

As a general rule, this is one good reason to run it on a server; so you don't expose your own work (and play) pc to the internet. With a linux server, you generally get good enough separation between accounts to not having to worry about the attack surface.

Please Log in or Create an account to join the conversation.

Time to create page: 0.229 seconds