Server isn't showing in modded servers tab

Hello,

I have created my server and today was it's very first official wipe day. However, it does not show up with all other modded rust server in game. 

Welcome to uMod!

oxide\oxide.config.json has a line at the top: "Modded": true, Is yours set like that? It'll need a server restart to take effect, I think. Also, sometimes it takes a few minutes for the server list to fully populate.
Yes, the "Modded" is set to true. It has been set to that since I installed oxide.
Anything typed into the search field that would be acting as a filter?
Do other servers show up? Did yours show in modded before you did your wipe?
Can you find your server at all? Even by searching for it?

Done anything like, restart your computer or router?
To be honest, before wipe I didn't check whether it was in the server list or not. It also doesn't show up on any of my friend's games. But everyone can connect to the server through the console just fine. The server is also hosted on google cloud and has it's ports forwarded.
Congratulations, you are hosting your server on Google Cloud - first person I know. Well, it depends on different stuff and check if the IP is banned (printmanifestraw + Ctrl+F in your console for your IP). If not, then it is just Rust, Steam or Google Cloud. You could always try a usual Rust hosting tho.

What @misticos says does not make so much sens.

There is several variables that make the server list fast for clients and not, and that is verry dependent on location.
If you host your server with not direct peering with your isp in your country, it will take longer time usually.

Example, from a Norway player, i see first, norway, sweeden, denmark, london, but again, it all depends on ISP peering and the host you are with ++.

When i did a change in steam settings -> in-game: server browser max ping / minute, from automatic to 250, i did not found my server when i was hosting it in Finland for example.

 

There is also many more variables other than location, since the rust browser get the serverlist from steam, it does a udp packet towards all of the servers over time to ping the server, and if there is a packet loss, or anything that the server will not reply, it will not show up. 

But if you are long away from the server location than your ISP, could be why you don't  see it. try to check your steam settings that you have it on automatic, and see if you can see it after a while then :)

But still if it is far enough it just most likely will not ever appear because you cannot see more than 5000 servers that is a Steam limit, isn't it? So well yes changing max pings per minute could help, but not in the case above. And well.. everything else basically means that it is just a Steam issue most likely, or your hosting, because either you've reached 5000 already or there are issues with your hosting/your firewall/etc setup so that client could not ping your server.
The server is hosted in Finland and I live in Lithuania, so the ping for me is about 40 ms. The only other problem then I see is that Battlemetrics for whatever reason says that the server is in USA.  I think it's a Google Cloud problem.
Make sure query ports are fine
The ports are fine. 28015-28016 are open on both tcp and udp.
You say it's not appearing in modded? Is it appearing anywhere else? Try and do a steam update + validate cache, and reinstall oxide. IF that doesn't work, try and unload all plugins and reboot. If it still doesn't work then paste your log file here. 

Merged post

PS: you can try and connect directly to it with
client.connect ip:port​

Also make sure you ip for your server isn't blacklisted -> https://api.facepunch.com/api/public/manifest/?public_key=j0VF6sNnzn9rwt9qTZtI02zTYK8PRdN1

Everything is updated, the server is not blacklisted and everyone can connect fine through the console. 

My best guess is that it's the Google Cloud. All of it's VM's are on SDN which gives every VM an IP that is in California even though the server itself is in Finland. To my knowledge the only work around for this is to send this server through a proxy server in Europe.

Thanks to everyone for your help.
Fellicher
Everything is updated, the server is not blacklisted and everyone can connect fine through the console. 

My best guess is that it's the Google Cloud. All of it's VM's are on SDN which gives every VM an IP that is in California even though the server itself is in Finland. To my knowledge the only work around for this is to send this server through a proxy server in Europe.

Thanks to everyone for your help.
Just make sure that your query port is also open.. If you server port is open, they can join. But if the query port isn't, then it cannot be queried. Server has 3 ports:
Game Port
Query Port
RCON Port
What should the query port be set to? And do I have to write a line of code to the server start file?