Servers not showing on list, can't connectSolved
so as the title says i cant see/connect to my servers int the rust server browser unless i have a shh connection to the server hosting them if i close the ssh connection down i can then still see/connect them and i have no idea why this dose this also if i don't have the shh connection i cant even connect to them though steam client or the f1 menu
you must have some firewall blocking the connections maybe and it somehow is adding you to a bypass list when ssh connecting. what version of linux?
Ts3hosting
you must have some firewall blocking the connections maybe and it somehow is adding you to a bypass list when ssh connecting. what version of linux?

18.04 ubuntu "i think" i have opend all the ports i think i need for rust to run i grab the ip tables list in a min 

That would mean that Steam is unable to see or communicate with the server. This could be because of the server's port not being accessible, else something blocking that connection on the server such as a firewall. The playrust.io site uses Steam last I was told, so would rely on the same port being opened.
to verify try 
sudo ufw status   if the firewall is on turn it off and see if you can then connect normaly
sudo ufw disable

to reenable do
sudo ufw enable
Ts3hosting
to verify try 
sudo ufw status   if the firewall is on turn it off and see if you can then connect normaly
sudo ufw disable

to reenable do
sudo ufw enable

that has acctually just broke it i cant even connect whith the ssh open now 

Must be a firewall issue somewhere somthing blocking the ports still what do you have in
sudo iptables -L
root@ns3170909:~# iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination
ACCEPT all -- anywhere anywhere ctstate RELATED,ESTABLISHED
ACCEPT tcp -- anywhere anywhere tcp dpt:ssh
ACCEPT all -- anywhere anywhere
DROP all -- anywhere anywhere
ACCEPT tcp -- anywhere anywhere tcp dpt:28016
ACCEPT udp -- anywhere anywhere udp dpt:28015
ACCEPT udp -- anywhere anywhere udp dpt:28017
ACCEPT udp -- anywhere anywhere udp dpt:28019
ACCEPT udp -- anywhere anywhere udp dpt:28021
ACCEPT udp -- anywhere anywhere udp dpt:28023
ACCEPT tcp -- anywhere anywhere tcp dpt:28018
ACCEPT tcp -- anywhere anywhere tcp dpt:28020
ACCEPT tcp -- anywhere anywhere tcp dpt:28022
ACCEPT tcp -- anywhere anywhere tcp dpt:28024
google shows ports as this.

  • TCP: 28015-28016 Copy Ports. UDP: 28015-28016 Copy Ports.
  • TCP: 27015-27030, 27036-27037, 28015-28016 Copy Ports. UDP: 4380, 27000-27031, 27036, 28015-28016 Copy Ports.
  • TCP: 3074, 28015-28016 Copy Ports. UDP: 88, 500, 3074, 3544, 4500, 28015-28016 Copy Ports.
  • TCP: 1935, 3478-3480, 28015-28016 Copy Ports.


Merged post

also remove DROP all -- anywhere anywhere as i beleve that would drop all connections. im not exactly sure what ports all need to be open as you need the steam ports open aswell.
Locked automatically