TristamK {l Wrote}:i try to run server too . But get this
- {l Code}: {l Select All Code}
servinit.cfg:7: missing "]"
unknown command: /setmaster
configuration reloaded
init: server (*:28801)
found octa directory: C:\Program Files (x86)\Sauerbraten
dedicated server started, waiting for clients...
looking up play.redeclipse.net:[28800]...
updating master server
master server reply: server initiated
master server reply: failed pinging server
And can't see my server in servers list .
The comments after serverpass and adminpass are not commented.
- {l Code}: {l Select All Code}
You have this:
serverpass "lol" server password required to successfully connect
adminpass "lol" server password for administrators (/setmaster password)
It should be this:
serverpass "lol" //server password required to successfully connect
adminpass "lol" //server password for administrators (/setmaster password)
Also, if you intend to run the server in a VPN environment, I think you should bind the address to the VPN's external IP instead of localhost. (
I could be wrong though)
- {l Code}: {l Select All Code}
serverip "<ip of your VPN here>" //host which server binds to; cmdline: -siN
Also, if you intend to keep defaults, do not uncomment lines. The commented value is not always the default.
- {l Code}: {l Select All Code}
//servermasterport 28800 // master server port which server *connects* to; cmdline: -saN
Although, if you're trying to run a server on a VPN, why do you expect you'll see it in the master server list? Correct me if I'm wrong, but when you say VPN, I imagine you and your friends are connected to the same VPN (Virtual Private Network, essentially a LAN over the internet). There would be no need to show up on the master server (nor could you anyway). Your friends would need to connect via:
- {l Code}: {l Select All Code}
/connect <VPN IP of the server> <port> <password>
Theoretically you should show up in the LAN search, but I've never played RE via VPN, so I wouldn't know.
Are you sure a VPN is what you mean to use? If you intend to be visible to all players on the master server, then a VPN isn't the way to go.