Couldn't initialize Steam Server on Linux
Hello, i am trying to setup a rust server on linux. But getting error while starting :
Initializing 18316 entity links
done.
Initializing 145 stability supports
done.
Initializing 13442 entity save caches
done.
Couldn't initialize Steam Server (InitGameServer returned false (2328166836,57141,28015,65535,3,"2215"))
(Filename: ./Runtime/Export/Debug/Debug.bindings.h Line: 35)
Server startup complete
EasyAntiCheat Scout Shutting Down
(Filename: ./Runtime/Export/Debug/Debug.bindings.h Line: 35)
EasyAntiCheat Server Shutting Down
(Filename: ./Runtime/Export/Debug/Debug.bindings.h Line: 35)
[Raknet] Server Shutting Down (Shutting Down)
Setting up 3 worker threads for Enlighten.
Thread -> id: 7f4e809f7700 -> priority: 1
Thread -> id: 7f4e55ffc700 -> priority: 1
Thread -> id: 7f4e70ffe700 -> priority: 1
eac_server.so [x64] :: OnUnload()

i have also refered to various forums (https://github.com/GameServerManagers/LinuxGSM/issues/1814) seeking for solution but no luck, it seems this bug comes now and then. Or i might be having some config issue, i cant figure out.
Server started with :

./RustDedicated" "-batchmode" "+server.ip" "XXX.197.1.180" "+server.port" "28015" "+server.tickrate" "10" "+server.hostname" "Server Name" "+server.identity" "server_identity" "+server.seed" "793197" "+server.maxplayers" "50" "+server.worldsize" "3000" "+server.saveinterval" "600" "+rcon.ip" "XXX.197.1.180" "+rcon.port" "28016" "+rcon.password" "******" "-logfile" "logfilename.log"​

Any help will be appriciated. Thanks.
I assume the problem is related to the server IP/Port 
5e4a4ac3b1913.jpg?uid=5e4a4adac0d37 Zer000
I assume the problem is related to the server IP/Port 

i use ufw, i have allowed ports 28015/6, i even tried with new ports 28017/8. but still same error.

 

Did you install the server with steamcmd, in annonymous mode? Have you tried with oxide and without? Is all permissions in the folder correct? Example, can the user you are running the server with write to a file?

Also make sure there is nothing else listening on that port with -> lsof -Pnl +M -i4

you might want to check the journal as well to see if you spot anything after trying to start -> journalctl -xe