Conan Exiles

Conan Exiles

查看统计:
Puck G. 2017 年 2 月 1 日 上午 11:18
Cant connect to OWN server
Heya all,

i just made my own server and my friend can play on it. But i cant...
I tried joining through the view-> server->lan optio. Because in the servermanu i cant find it because of the huge amounts of servers already.

does someone know how i can fix this?
< >
正在显示第 16 - 30 条,共 58 条留言
Norry 2017 年 2 月 1 日 下午 12:09 
Also there is more info collected in a post around page 5 (if viewing 50 at a time) on the pinned server discussion.
What I told you worked for me though. Was all I needed to do.
最后由 Norry 编辑于; 2017 年 2 月 1 日 下午 12:10
Gilgamesh 2017 年 2 月 1 日 下午 12:12 
引用自 Norry
Most likely none of that. Port issue. Did you change the QueryPort? If not, your server is running on the same port as your game and which ever you started up 2nd won't work. Change your QueryPort (add, without quotes "-QueryPort=#####" (I used 27017 for #####, but whatever you want) to the .bat command line after -log open that port in router like you did 27015 for your friend to connect and you should be able to too.


Never changed my query port and it's working fine. If his server log isn't saying anything then it's not even trying to connect.

If you're running the server from the same computer as the one you're playing it will be the same ip.

Make sure when you update the server files you don't skip forcing the install dir again. Otherwise it will just download them in the default download folder.
最后由 Gilgamesh 编辑于; 2017 年 2 月 1 日 下午 12:13
Norry 2017 年 2 月 1 日 下午 12:20 
引用自 Ysil69
引用自 Norry
Most likely none of that. Port issue. Did you change the QueryPort? If not, your server is running on the same port as your game and which ever you started up 2nd won't work. Change your QueryPort (add, without quotes "-QueryPort=#####" (I used 27017 for #####, but whatever you want) to the .bat command line after -log open that port in router like you did 27015 for your friend to connect and you should be able to too.


Never changed my query port and it's working fine. If his server log isn't saying anything then it's not even trying to connect.

If you're running the server from the same computer as the one you're playing it will be the same ip.

Make sure when you update the server files you don't skip forcing the install dir again. Otherwise it will just download them in the default download folder.
Then somehow you got luckier than the other 100 questions/complaints like this I've seen.
Norry 2017 年 2 月 1 日 下午 12:21 
For reference, to keep you from digging, a copy of that post I was pointing you to is:
引用自 Zombie
1-Get SteamCMD
https://steamcdn-a.akamaihd.net/client/installer/steamcmd.zip

2-Extract the contents of the steamcmd.zip to some folder of your choosing.
(note I installed steamcmd to C:\Users\Zombie\Desktop\CSVR)

3-Open a terminal window on the folder you chose.

4-Create a different folder to install the server into.(note I installed to C:\Users\Zombie\Desktop\CSVR\Exiles)

5-Make a batch file in the folder above with steamcmd.exe name it, StartServer.bat (or whatever) This makes a simple one click update steamcmd/conan server and also starts the server. Put the following in a txt file, rename .txt to .bat to make it executable. **Your folders might be different so change it to where you decided to install the steamcmd and where you want the server to be saved.**

@ECHO OFF
color 03
ECHO Updating SteamCMD and Server Files
steamcmd +login anonymous +force_install_dir "C:\Users\Zombie\Desktop\CSVR\Exiles" +app_update 443030 +quit

@ECHO OFF
cd C:\Users\Zombie\Desktop\CSVR\Exiles
ECHO Starting Conan Exiles Server
ConanSandboxServer.exe -log -QueryPort=27017
exit

6-This will then start the server, which will toss some yellow/red errors but be fine otherwise.

Once it has ran once, hit control+c to safely make the server shut down, this will then create all the folders you need with the ini files/saves etc.

7-I then had to modify some of the .ini files (under the "C:\Users\Zombie\Desktop\CSVR\Exiles\ConanSandbox\Saved\Config\WindowsServer") directory like shown next:

Engine.ini (note this is where you can pick the server name/password)

[Core.System]
Paths=../../../Engine/Content
Paths=%GAMEDIR%Content
Paths=../../../Engine/Plugins/2D/Paper2D/Content

[OnlineSubsystem]
bUseBuildIdOverride=True
BuildIdOverride=192251545

[OnlineSubsystemSteam]
ServerName=PickUrName
ServerPassword=PickUrPassword

Game.ini (the UserID will be whatever your windows id is, it fills on its own, this is where you set player count)

[ConanSandbox]
UserID=Zombie[/script/engine.gamesession]
MaxPlayers=4

ServerSettings.ini (this is the meat, to connect to yourself you must use QueryPort=a different port than the regular game port. This also shows where you can add admin pw, and disable PVP, nudity=0/1/2 full/partial/none, Server Region also needs to be set, ie: 1 for NA)

[ServerSettings]
QueryPort=27017
PVPEnabled=False
AdminPassword=il0ldirl
NPCMindReadingMode=0
MaxNudity=1
ServerCommunity=2
ConfigVersion=7
BlueprintConfigVersion=15
PlayerKnockbackMultiplier=1.000000
NPCKnockbackMultiplier=1.000000
StructureDamageMultiplier=1.000000
StructureDamageTakenMultiplier=1.000000
StructureHealthMultiplier=1.000000
NPCRespawnMultiplier=1.000000
NPCHealthMultiplier=1.000000
CraftingCostMultiplier=1.000000
PlayerDamageMultiplier=1.000000
PlayerDamageTakenMultiplier=1.000000
MinionDamageMultiplier=1.000000
MinionDamageTakenMultiplier=1.000000
NPCDamageMultiplier=1.000000
NPCDamageTakenMultiplier=1.000000
PlayerEncumbranceMultiplier=1.000000
PlayerEncumbrancePenaltyMultiplier=1.000000
PlayerMovementSpeedScale=1.000000
PlayerStaminaCostSprintMultiplier=1.000000
PlayerSprintSpeedScale=1.000000
PlayerStaminaCostMultiplier=1.000000
PlayerHealthRegenSpeedScale=1.000000
PlayerStaminaRegenSpeedScale=1.000000
PlayerXPRateMultiplier=1.000000
PlayerXPKillMultiplier=1.000000
PlayerXPHarvestMultiplier=1.000000
PlayerXPCraftMultiplier=1.000000
PlayerXPTimeMultiplier=1.000000
DogsOfTheDesertSpawnWithDogs=False
CrossDesertOnce=True
WeaponEffectBoundsShorteningFraction=0.200000
EnforceRotationRateWhenRoaming_2=True
EnforceRotationRateInCombat_2=True
ClipVelocityOnNavmeshBoundary=True
UnarmedNPCStepBackDistance=400.000000
PathFollowingAvoidanceMode=1
RotateToTargetSendsAngularVelocity=False
TargetPredictionMaxSeconds=1.000000
TargetPredictionAllowSecondsForAttack=0.400000
MaxAggroRange=9000.000000
serverRegion=1
PVPBlitzServer=False
LandClaimRadiusMultiplier=1.000000
ItemConvertionMultiplier=1.000000
PathFollowingSendsAngularVelocity=False
UnconsciousTimeSeconds=600.000000
ConciousnessDamageMultiplier=1.000000
ValidatePhysNavWalkWithRaycast=True
LocalNavMeshVisualizationFrequency=-1.000000
UseLocalQuadraticAngularVelocityPrediction=False
LQAVPUseTime=0.150000
LQAVPFadeTime=0.100000
LQAVPMethod=2
NetworkSimulatedSmoothRotationTimeWithLQAVP=0.100000
AvatarsDisabled=False
AvatarLifetime=60.000000
AvatarSummonTime=20.000000
IsBattlEyeEnabled=False
RegionAllowAfrica=False
RegionAllowAsia=False
RegionAllowCentralEurope=False
RegionAllowEasternEurope=False
RegionAllowWesternEurope=False
RegionAllowNorthAmerica=True
RegionAllowOceania=False
RegionAllowSouthAmerica=False
RegionBlockList=
bCanBeDamaged=True
LogoutCharactersRemainInTheWorld=False
DropEquipmentOnDeath=False
EverybodyCanLootCorpse=False
clanMaxSize=10

8-ok now that that's done you need to set Port Forwarding rules on your router/modem, for the following ports:

UDP 27015 > 192.168.1.your ip (may change on reboot if not static! Game Port)
UDP 7777 > 192.168.1.your ip (may change, see above! Server Port)
UDP 27017 > 192.168.1.your ip (may change, see above! Self Connect Port)

Once that is setup, you can connect to your own game, run the server batch first, once all updated etc, it will show the line: LogExternalProfiler blah blah science science etc. that is your que to start up steam and connect to yourself!

9-Once in your server (unofficial search remember!) you can then go into the server settings option in game, and grant yourself admin. Be aware that doing this might clear the passwords for the server after applying it, so fix those up in the in game dialog screen after going back in and out. Once that is settled you can easily adjust the rates and other options not easily seen or changed from the ini files. You can also now use the Admin Tools page to cheat or whatever.

If you have everything setup the way you like it make a copy of the entire "WindowsServer" folder in case an update overwrites your server settings etc. Likewise the entire "Save" folder can be saved to preserve your server data.

Please remember to safely shut down, always hit control+c on the server's command prompt log window. sometimes you might have to hit enter first to give it focus, then hit control+c. You will see it shutting down etc.

10-I hope this helps!
Puck G. 2017 年 2 月 1 日 下午 12:21 
Its so frigging frustrating. spend 2 evenings on it so far. Boyfriend is mad af xD because he looked forward to this so much but it gives us such a heavby feeling atm.. and whatever wqe do it jsut doestn work for BOTH of us
Norry 2017 年 2 月 1 日 下午 12:24 
After launching server, then game on the same computer, does the game "see" ANY servers on the list?
最后由 Norry 编辑于; 2017 年 2 月 1 日 下午 12:25
Puck G. 2017 年 2 月 1 日 下午 12:25 
in the steam->view->servers->lan it does.


But we just cant seem to change the IP and all that...

Its so wierd :(

Norry 2017 年 2 月 1 日 下午 12:26 
Can't change the IP, and don't really need to.
Not the steam server list, in the actual game. Does it see any servers at all?
Puck G. 2017 年 2 月 1 日 下午 12:28 
yes it sees servers. But we cant change the servername yet (and that isnt topprio) so we cant find our own server
Thunder Muffin 2017 年 2 月 1 日 下午 12:28 
it seems to not like runing the server and game on the same PC. me and my friend have tryed with 2 PC i cant see the server on my machine and when he runs the server he cant see it on his.
Puck G. 2017 年 2 月 1 日 下午 12:29 
yes thats exactly what i mean.
Norry 2017 年 2 月 1 日 下午 12:30 
Try adding the server as a favorite in steam. Fav Tab, add put the lan IP address:port (whatever you used for the QueryPort). Then launch the game, and see if the server shows up on the favorites. (if not try clicking invalid server and see if it shows up)(If still not, try going over the post I pasted and all but start over from the server setup part) (You could also try putting your WAN ip address:port)
I went through it not working from same machine yesterday, but got it there by adjusting ports and adding as a favorite.
最后由 Norry 编辑于; 2017 年 2 月 1 日 下午 12:31
Attuoz 2017 年 2 月 1 日 下午 12:30 
having the same problem. also global server list is empty when i play on the host computer.
Puck G. 2017 年 2 月 1 日 下午 12:32 
Trying now :)
Norry 2017 年 2 月 1 日 下午 12:34 
Oh, and forgot to say, once you add as a favorite it should detect that there is a server running there. If it does, then continue with rest. If not, something else is wrong.
< >
正在显示第 16 - 30 条,共 58 条留言
每页显示数: 1530 50

发帖日期: 2017 年 2 月 1 日 上午 11:18
回复数: 58