+server.ip 0.0.0.0 ^
+server.port 28015 ^
+rcon.ip 0.0.0.0 ^
+rcon.port 28016 ^
+rcon.password "123456" ^
+app.port 28017 ^
when you are configuring a server with MyRustServer and you click save, automatically the ip of server.ip and rcon.ip are saved in 0.0.0.0 that way if you want to have several rust servers working on the same dedicated server you need to have several connections to the internet each one with an ip, in my case I have several servers each of them with 5 connections to the internet so there are 5 different ips, with servers you cannot start several servers on the same port since only one server can be assigned by port.
example:
server 1 ip 12.13.14.15 ports: 28015 28016 28017
server 1 ip 12.13.14.16 ports 28020 28021 28022
server 1 ip 12.13.14.17 ports 28025 28026 28027
and so on so that each ip has its dedicated ports but MyRustServer does not allow me to put a specific ip since it changed them by default to 0.0.0.0
in a correct configuration it should look like this
+server.ip 12.13.14.15 ^
+server.port 28015 ^
+rcon.ip 13.14.15.15 ^
+rcon.port 28016 ^
+rcon.password "123456" ^
+app.port 28017 ^
my dicord id is NexusIOI#1267
I can give you more details on call