craig1690 Posted December 15, 2018 Share Posted December 15, 2018 Hello there, I am running in to this issue with Conan, if i create a server The Inbound firewall rule is created for that server and the ConanSandBoxServer.exe is added to the programs to allow the directory it chooses is C:\TCAFiles\Users\CLIENTPATH\43\ConanSandboxServer.exe when looking up the server in steam servers, it cannot be found, however if i turn the firewall OFF, and research the server shows up and looks to be joinable any help would be appreciated Link to comment Share on other sites More sharing options...
KGM6911 Posted December 16, 2018 Share Posted December 16, 2018 (edited) Hi, so you can setup a script to run after creation and also one for after reinstall that has something like this: netsh firewall add allowedprogram "%ThisService_RootDirectory%ConanSandbox\Binaries\Win64\ConanSandboxServer-Win64-Test.exe" %ThisService_IpAddress%_%ThisService_GamePort% ENABLE Then also create one for after delete like this: netsh firewall del allowedprogram "%ThisService_RootDirectory%ConanSandbox\Binaries\Win64\ConanSandboxServer-Win64-Test.exe" Edited December 16, 2018 by KGM6911 Link to comment Share on other sites More sharing options...
Dennis Posted December 17, 2018 Share Posted December 17, 2018 Conan Exiles doens't use that executable to run the server. ConanSandboxServer.exe is only a wrapper, I think. Open up 'Resource Monitor' in Windows and see what the actual executable is. Ours has been set to ConanSandbox\Binaries\Win64\ConanSandboxServer-Win64-Test.exe as this is what's actually running. Link to comment Share on other sites More sharing options...
KGM6911 Posted December 19, 2018 Share Posted December 19, 2018 Dennis is correct. I was in a rush when I replied but my solution above will fix the issue for you. 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