Jump to content

Hello, I have a few issues with setting up a server for the new game Conan exiles and would appreciate some tips and help.

I have been working to solve this problem for the last 2 days, but i seem to have run out of options.

 

The problem is the following. When i run the server, the ingame search engine for searching servers doesn't find it. I can see it under Steam/server/lan. I can connect to it and play but my friends cant join. If they try to click on me on steam and join the server, they get the massage: The server doesn't respond.

This is what I wrote into the start.bat file: ConanSandboxServer-Win64-Test.exe "ConanSandbox?Multihome=192.168.1.2?GameServerPort=27015?GameServerQueryPort=27016?listen?" -nosteamclient -game -server -log

I have opened the needed ports in my firewall and called my internet provider to allso open them at their side. Ports: 27015, 27016 and 7777 UDP

 

Anyone  knows what I did wrong?

Link to comment
https://linustechtips.com/topic/733286-conan-exiles-private-server-issues-need-help/
Share on other sites

Link to post
Share on other sites

The ports you need to open are 7777 7778 and 27015.

 

Use this command line:

 

ConanSandboxServer.exe "?listen?MaxPlayers=40?MultiHome=0.0.0.0?Port=7777?GameServerQueryPort=27015 -server -log"

 

Don't use the exe inside the binaries folder, use the one at the root.

Link to post
Share on other sites

9 minutes ago, mouseymars said:

The ports you need to open are 7777 7778 and 27015.

 

Use this command line:

 

ConanSandboxServer.exe "?listen?MaxPlayers=40?MultiHome=0.0.0.0?Port=7777?GameServerQueryPort=27015 -server -log"

 

Don't use the exe inside the binaries folder, use the one at the root.

Are all these ports UDP? or is only the 7777 UDP?

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×