xeran Posted February 10, 2017 Share Posted February 10, 2017 does anyone else have problems getting the server to list ingame? I sometimes works, but it stops working after a while. I can see the server in the Steam Server browser. im also getting the following error in the logs: [2017.02.10-13.47.29:983][ 0]LogNet: NotifyAcceptingConnection: Server ConanSandbox accept [2017.02.10-13.47.29:983][ 0]LogHandshake: Error reading handshake packet. Link to comment Share on other sites More sharing options...
fjamieson Posted February 10, 2017 Share Posted February 10, 2017 Has anyone been successful in running 2 instances of Conan Exiles on the same server? Tried everything I have read here and then some. Still no luck! Link to comment Share on other sites More sharing options...
stormwench Posted February 11, 2017 Share Posted February 11, 2017 Set up within TCA structure we are running multiples of Conan on the same server Link to comment Share on other sites More sharing options...
Rislem Posted February 11, 2017 Share Posted February 11, 2017 Hi Fellow hosters. Conan requires you to press CTRL+C to close the console safely, Does anyone know how I can setup my template to do that on shutdown command? Press CTRL+C and wait lets say 20secs before force closing? Link to comment Share on other sites More sharing options...
Rislem Posted February 11, 2017 Share Posted February 11, 2017 Has anyone been successful in running 2 instances of Conan Exiles on the same server? Tried everything I have read here and then some. Still no luck! What are you struggling with ? I have multiple servers up in TCA atm. Link to comment Share on other sites More sharing options...
numpty Posted February 11, 2017 Share Posted February 11, 2017 What are you struggling with ? I have multiple servers up in TCA atm. How did you solve the port issue Link to comment Share on other sites More sharing options...
thedarknights Posted February 11, 2017 Share Posted February 11, 2017 How did you solve the port issue i chaned ServerQueryPort= and GameServerPort= to QueryPort= and Port= Link to comment Share on other sites More sharing options...
numpty Posted February 11, 2017 Share Posted February 11, 2017 i chaned ServerQueryPort= and GameServerPort= to QueryPort= and Port= i have done that but not working Link to comment Share on other sites More sharing options...
goatboynz Posted February 11, 2017 Share Posted February 11, 2017 ConanSandbox?Port=$[service.GamePort]?QueryPort=$[service.QueryPort]?SessionName=$[HostName]?MaxPlayers=$[service.Slots]?listen?AdminPassword=$[RConPassword] -log Link to comment Share on other sites More sharing options...
numpty Posted February 11, 2017 Share Posted February 11, 2017 ConanSandbox?Port=$[service.GamePort]?QueryPort=$[service.QueryPort]?SessionName=$[HostName]?MaxPlayers=$[service.Slots]?listen?AdminPassword=$[RConPassword] -log ur a star that fixed it. was bugging hell out of me xD Link to comment Share on other sites More sharing options...
Rislem Posted February 12, 2017 Share Posted February 12, 2017 ConanSandbox?Port=$[service.GamePort]?QueryPort=$[service.QueryPort]?SessionName=$[HostName]?MaxPlayers=$[service.Slots]?listen?AdminPassword=$[RConPassword] -log For everyone thats struggling with command line and ports the reason your struggling is because the above IS TRASH, its a ark copy and does NOT WORK, it loads default ports if you use that command line, The below is the correct command line for this game and it works as I use it for multiple servers MaxPlayers$[service.Slots] MultiHome=$[service.IpAddress] Port=$[service.GamePort] PeerPort=$[service.CustomPort1] QueryPort=$[service.QueryPort] you can of course change it however you want but you need to adjust those 3 ports otherwise it will not pick up at all Has anyone looked at my question? How do I get it when I click "stop" server for it to close the console using CTRL+C cause that is currently how you save and exit the game correctly. Link to comment Share on other sites More sharing options...
numpty Posted February 12, 2017 Share Posted February 12, 2017 For everyone thats struggling with command line and ports the reason your struggling is because the above IS TRASH, its a ark copy and does NOT WORK, it loads default ports if you use that command line, The below is the correct command line for this game and it works as I use it for multiple servers MaxPlayers$[service.Slots] MultiHome=$[service.IpAddress] Port=$[service.GamePort] PeerPort=$[service.CustomPort1] QueryPort=$[service.QueryPort] you can of course change it however you want but you need to adjust those 3 ports otherwise it will not pick up at all Has anyone looked at my question? How do I get it when I click "stop" server for it to close the console using CTRL+C cause that is currently how you save and exit the game correctly. the one ou mentioned that doesn't work, works for me, I have 4 servers all working all on different ports all querying and connecting Link to comment Share on other sites More sharing options...
Rislem Posted February 12, 2017 Share Posted February 12, 2017 Numpty how do you stop your servers ? Does it just crash the process or does it use the CTRL+C command ? and how do you enter a command like that ? Link to comment Share on other sites More sharing options...
numpty Posted February 12, 2017 Share Posted February 12, 2017 Atm it force closes. Am working on it atm Link to comment Share on other sites More sharing options...
goatboynz Posted February 12, 2017 Share Posted February 12, 2017 For everyone thats struggling with command line and ports the reason your struggling is because the above IS TRASH, its a ark copy and does NOT WORK, it loads default ports if you use that command line, The below is the correct command line for this game and it works as I use it for multiple servers MaxPlayers$[service.Slots] MultiHome=$[service.IpAddress] Port=$[service.GamePort] PeerPort=$[service.CustomPort1] QueryPort=$[service.QueryPort] you can of course change it however you want but you need to adjust those 3 ports otherwise it will not pick up at all Has anyone looked at my question? How do I get it when I click "stop" server for it to close the console using CTRL+C cause that is currently how you save and exit the game correctly. MultiHome= will work f0r some people and not others. the one i posted will work for 90% of tca windows users. From day one we have been running that setup and everything works. I tryed your setup and it did nothing so i do not know what you are on about. Also on a side not the game is just ark. Link to comment Share on other sites More sharing options...
numpty Posted February 12, 2017 Share Posted February 12, 2017 MultiHome= will work f0r some people and not others. the one i posted will work for 90% of tca windows users. From day one we have been running that setup and everything works. I tryed your setup and it did nothing so i do not know what you are on about. Also on a side not the game is just ark. my setup has been adjusted slightly to fix the port issues from the one posted but as i stated it all works mine does when i tried yours the server showed as running in TCadmin but didnt actually boot so either u missed something or something else as Mine works without error (anymore) and your commandline wouldnt even start a server Link to comment Share on other sites More sharing options...
Rislem Posted February 12, 2017 Share Posted February 12, 2017 MultiHome= will work f0r some people and not others. the one i posted will work for 90% of tca windows users. From day one we have been running that setup and everything works. I tryed your setup and it did nothing so i do not know what you are on about. Also on a side not the game is just ark. This comes out from the Manual the devs added to there install files, so if yours isnt working its cause your likely using the wrong exe. your suppose to be using the exe in the root folder. ConandSandboxServer.exe in the root folder with the command line I posted is what the devs said you should use. They have a forum post saying that the commandline you used is not from anything they said but spam people posted. Look at: http://steamcommunity.com/sharedfiles/filedetails/?id=853969975 Link to comment Share on other sites More sharing options...
LFA Posted February 15, 2017 Share Posted February 15, 2017 I haven't read through the whole thread but this command line binds the correct game and query ports: ConanSandbox?Multihome=$[service.IpAddress]?QueryPort=$[service.QueryPort]?ServerName=$[HostName]?MaxPlayers=$[service.Slots]?listen?AdminPassword=$[RConPassword]" -nosteamclient -game -server -log -port=$[service.GamePort] Testing to see if there is a way to send control+c. TCAdmin already does this for console appications but it's not working with this game. Link to comment Share on other sites More sharing options...
Vicente Posted February 16, 2017 Share Posted February 16, 2017 Hello, Has anyone been able to find any solutions for ports? I tried what Dennis said in a comment, but the server keeps starting with port 7777. The server starts and appears in the list of servers, but when I try to enter through the game, the screen is stuck in black. Sorry for my english Link to comment Share on other sites More sharing options...
ahughes Posted February 16, 2017 Share Posted February 16, 2017 We're having an issue where the hostname will only pick up the first word, using LFA's commandline and editing the .ini Link to comment Share on other sites More sharing options...
numpty Posted February 16, 2017 Share Posted February 16, 2017 have you tried my config? my updated on works flawlessly and Server Name works Properly and Ports Too i have 12 Server on one machine all working with this configConan - Windows.xml 1 Link to comment Share on other sites More sharing options...
ahughes Posted February 17, 2017 Share Posted February 17, 2017 have you tried my config? my updated on works flawlessly and Server Name works Properly and Ports Too i have 12 Server on one machine all working with this config Just tried this, it doesn't specify the IP anywhere? Link to comment Share on other sites More sharing options...
numpty Posted February 17, 2017 Share Posted February 17, 2017 add MULTIHOME=[service.IpAddress]? into command line Link to comment Share on other sites More sharing options...
proclan Posted February 17, 2017 Share Posted February 17, 2017 add MULTIHOME=[service.IpAddress]? into command line Don't forget the $ character: MULTIHOME=$[service.IpAddress]? Also you need to create an additional firewall rule for windows, the default setup does not allow access to the ConanSandboxServer-Win64-Test.exe file netsh advfirewall firewall add rule name="Conan Server on%ThisService_IpAddress%" dir=in action=allow program="%ThisService_RootDirectory%ConanSandbox\Binaries\Win64\ConanSandboxServer-Win64-Test.exe" enable=yes Link to comment Share on other sites More sharing options...
Vicente Posted February 18, 2017 Share Posted February 18, 2017 I have taken the numpty config and the server starts, but it does not appear in the server list. Manually add the .exe to the firewall. I am using the following command line: ConanSandbox?Multihome=138.122.xxx.xx?Port=27165?QueryPort=27175?SessionName=Conan Server?MaxPlayers=10?listen?AdminPassword=6u0vb -log Does someone know how to solve this problem? Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now