7 Days to Die

7 Days to Die

View Stats:
TomSelleck Jul 9, 2017 @ 2:44pm
Trouble with dedicated server
I can't seem to get the dedicated server to work without enabling DMZ on my router. I have checked everywhere and seen that there are only 3 ports needed (26900, 26901, 26902), and after forwarding them in my router settings, I still cannot connect to my server.
If I enable DMZ, it works like a charm, but I would rather not use that if I can manage.
Is there something else I am missing? I get a "Error could not connect to server: could not retrieve server information" when trying to connect to it in the game, over my external IP address. Local IP address works fine, but then my buddies can't connect.
Anyone have any suggestions?
Current port forwarding settings:
http://imgur.com/a/BmpeT
HALP PL0X
< >
Showing 1-15 of 18 comments
eman Jul 9, 2017 @ 4:18pm 
Originally posted by TomSelleck:
I can't seem to get the dedicated server to work without enabling DMZ on my router. I have checked everywhere and seen that there are only 3 ports needed (26900, 26901, 26902), and after forwarding them in my router settings, I still cannot connect to my server.
If I enable DMZ, it works like a charm, but I would rather not use that if I can manage.
Is there something else I am missing? I get a "Error could not connect to server: could not retrieve server information" when trying to connect to it in the game, over my external IP address. Local IP address works fine, but then my buddies can't connect.
Anyone have any suggestions?
Current port forwarding settings:
http://imgur.com/a/BmpeT
HALP PL0X

You will need to port forward ports 25000-25003(UDP) if u want others to join ur server.
Originally posted by eman:
Originally posted by TomSelleck:
I can't seem to get the dedicated server to work without enabling DMZ on my router. I have checked everywhere and seen that there are only 3 ports needed (26900, 26901, 26902), and after forwarding them in my router settings, I still cannot connect to my server.
If I enable DMZ, it works like a charm, but I would rather not use that if I can manage.
Is there something else I am missing? I get a "Error could not connect to server: could not retrieve server information" when trying to connect to it in the game, over my external IP address. Local IP address works fine, but then my buddies can't connect.
Anyone have any suggestions?
Current port forwarding settings:
http://imgur.com/a/BmpeT
HALP PL0X

You will need to port forward ports 25000-25003(UDP) if u want others to join ur server.
please dont give false informations if you have no clue what youre talking about,thx.
Originally posted by TomSelleck:
I can't seem to get the dedicated server to work without enabling DMZ on my router. I have checked everywhere and seen that there are only 3 ports needed (26900, 26901, 26902), and after forwarding them in my router settings, I still cannot connect to my server.
If I enable DMZ, it works like a charm, but I would rather not use that if I can manage.
Is there something else I am missing? I get a "Error could not connect to server: could not retrieve server information" when trying to connect to it in the game, over my external IP address. Local IP address works fine, but then my buddies can't connect.
Anyone have any suggestions?
Current port forwarding settings:
http://imgur.com/a/BmpeT
HALP PL0X
pls show your serverconfig.xml (take out passwords before u do)
TomSelleck Jul 9, 2017 @ 4:42pm 
<?xml version="1.0"?>
<ServerSettings>
<property name="ServerPort" value="26900"/> <!-- Port you want the server to listen on. -->
<property name="ServerIsPublic" value="true"/> <!-- Should this server register to master server -->
<property name="ServerName" value="Selleck's Server"/> <!-- Whatever you want the name to be. -->
<property name="ServerPassword" value="*********"/> <!-- Password to gain entry to the server -->
<property name="ServerMaxPlayerCount" value="8"/> <!-- Maximum Concurrent Players -->
<property name="ServerDescription" value="Selleck's Server, come and survive"/> <!-- Whatever you want the description to be. -->
<property name="ServerWebsiteURL" value=""/> <!-- Website URL for the server -->

<property name="GameWorld" value="Navezgane"/> <!-- Navezgane, Random Gen -->
<property name="GameName" value="My Game"/> <!-- Whatever you want the game name to be THIS CONTROLS THE RANDOM GENERATION SEED -->
<property name="GameDifficulty" value="2"/> <!-- 0 - 5, 0=easiest, 5=hardest -->
<property name="GameMode" value="GameModeSurvivalMP"/> <!-- GameModeSurvivalMP, GameModeSurvivalSP (MP has land protection) -->

<property name="ZombiesRun" value="1" /> <!-- 0 = default day/night walk/run, 1 = never run, 2 = always run -->
<property name="BuildCreate" value="false" /> <!-- cheat mode on/off -->
<property name="DayNightLength" value="50" /> <!-- real time minutes per in game day: 50 minutes -->
<property name="DayLightLength" value="18" /> <!-- in game hours the sun shines per day: 18 hours day light per day-->
<property name="PlayerKillingMode" value="3" /> <!-- Player Killing Settings (0 = No Killing, 1 = Kill Allies Only, 2 = Kill Strangers Only, 3 = Kill Everyone) -->
<property name="PersistentPlayerProfiles" value="false" /> <!-- If disabled a player can join with any selected profile. If true they will join with the last profile they joined with -->

<property name="PlayerSafeZoneLevel" value="5" /> <!-- If a player is less or equal this level he will create a safe zone (no enemies) when spawned -->
<property name="PlayerSafeZoneHours" value="5" /> <!-- Hours in world time this safe zone exists -->

<property name="ControlPanelEnabled" value="false"/> <!-- Enable/Disable the control panel -->
<property name="ControlPanelPort" value="8080"/> <!-- Port of the control panel webpage -->
<property name="ControlPanelPassword" value="*********"/> <!-- Password to gain entry to the control panel -->

<property name="TelnetEnabled" value="true"/> <!-- Enable/Disable the telnet -->
<property name="TelnetPort" value="8081"/> <!-- Port of the telnet server -->
<property name="TelnetPassword" value="********"/> <!-- Password to gain entry to telnet interface -->

<property name="AdminFileName" value="serveradmin.xml"/> <!-- Server admin file name -->

<property name="DropOnDeath" value="1" /> <!-- 0 = everything, 1 = toolbelt only, 2 = backpack only, 3 = delete all -->
<property name="DropOnQuit" value="0" /> <!-- 0 = nothing, 1 = everything, 2 = toolbelt only, 3 = backpack only -->

<property name="EnemySenseMemory" value="20" /> <!-- Time, in seconds, that a zombie will pursue something that has been sensed. -->
<property name="EnemySpawnMode" value="2" /> <!-- 0 = Disabled 0%, 1 = Very Low 50%, 2 = Low 75%, 3 = Medium 100%, 4 = High 125%, 5 = Very High 150% -->
<property name="EnemyDifficulty" value="0" /> <!-- 0 = Normal, 1 = Feral -->

<property name="BlockDurabilityModifier" value="100" /> <!-- percentage in whole numbers -->

<property name="LootAbundance" value="100" /> <!-- percentage in whole numbers -->
<property name="LootRespawnDays" value="30" /> <!-- days in whole numbers -->

<property name="LandClaimSize" value="7"/> <!-- Size in blocks that is protected by a keystone -->
<property name="LandClaimDeadZone" value="30"/> <!-- Keystones must be this many blocks apart (unless you are friends with the other player) -->
<property name="LandClaimExpiryTime" value="3"/> <!-- The number of days a player can be offline before their claims expire and are no longer protected -->
<property name="LandClaimDecayMode" value="0"/> <!-- Controls how offline players land claims decay. All claims have full protection for the first 24hrs. 0=Linear, 1=Exponential, 2=Full protection until claim is expired. -->
<property name="LandClaimOnlineDurabilityModifier" value="4"/> <!-- How much protected claim area block hardness is increased when a player is online. 0 means infinite (no damage will ever be taken). Default is 32x -->
<property name="LandClaimOfflineDurabilityModifier" value="4"/> <!-- How much protected claim area block hardness is increased when a player is offline. 0 means infinite (no damage will ever be taken). Default is 32x -->
<property name="AirDropFrequency" value="72"/> <!-- How often airdrop occur in game-hours, 0 == never -->
<property name="AirDropMarker" value="false"/> <!-- Sets if a marker is added to map/compass for air drops. -->
<property name="MaxSpawnedZombies" value="20"/> <!-- Making this number too large (more than about 80) may cause servers to run at poor framerates which will effect lag and play quality for clients. -->

<!--
If your server has a large number of players you can increase this limit to add more wildlife. Animals don't consume as much CPU as zombies.
NOTE: That this doesn't cause more animals to spawn arbitrarily: The biome spawning system only spawns a certain number of animals in a given
area, but if you have lots of players that are all spread out then you may be hitting the limit and can increase it.
-->
<property name="MaxSpawnedAnimals" value="20"/>
<property name="EACEnabled" value="true"/> <!-- Enables/Disables EasyAntiCheat -->

<!--property name="SaveGameFolder" value="absolute path" /--> <!-- use this to override the default save game path -->
</ServerSettings>
Looks fine actually. Turn on ControlPanel and look if the server actually recognizes a connection attempt. If not I dont know(for now) what else could be wrong.

This section:
<property name="ControlPanelEnabled" value="false"/> <!-- Enable/Disable the control panel -->
<property name="ControlPanelPort" value="8080"/> <!-- Port of the control panel webpage -->
<property name="ControlPanelPassword" value="*********"/> <!-- Password to gain entry to the control panel -->
eman Jul 9, 2017 @ 5:14pm 
Originally posted by HydroxTV:
Looks fine actually. Turn on ControlPanel and look if the server actually recognizes a connection attempt. If not I dont know(for now) what else could be wrong.

This section:
<property name="ControlPanelEnabled" value="false"/> <!-- Enable/Disable the control panel -->
<property name="ControlPanelPort" value="8080"/> <!-- Port of the control panel webpage -->
<property name="ControlPanelPassword" value="*********"/> <!-- Password to gain entry to the control panel -->
u dont need to enable control panel for ppl to play on his server. please dont spout nonsense.
Winsyrstrife Jul 9, 2017 @ 5:30pm 
Does your router provide connection logs, to show dropped traffic, or successful traffic? Perhaps that would let you know what your router (or possibly dedicated server machine) is having an issue with?
sbangs007 Jul 10, 2017 @ 4:05am 
Originally posted by HydroxTV:
Originally posted by eman:

You will need to port forward ports 25000-25003(UDP) if u want others to join ur server.
please dont give false informations if you have no clue what youre talking about,thx.

Wow thats rude, he was just sharing information that is on this site.. how to setup a dedicated server. I have run a few DS and i also open those ports and my friends can join over the internet.
http://7daystodie.gamepedia.com/Server
If you are behind a router, you will need to tell your router that an incoming connection is meant for your server. This is called forwarding a port. You will need to port forward ports 25000-25003(UDP) so that others may join.

Originally posted by eman:
Originally posted by HydroxTV:
Looks fine actually. Turn on ControlPanel and look if the server actually recognizes a connection attempt. If not I dont know(for now) what else could be wrong.

This section:
<property name="ControlPanelEnabled" value="false"/> <!-- Enable/Disable the control panel -->
<property name="ControlPanelPort" value="8080"/> <!-- Port of the control panel webpage -->
<property name="ControlPanelPassword" value="*********"/> <!-- Password to gain entry to the control panel -->
u dont need to enable control panel for ppl to play on his server. please dont spout nonsense.
again please dont talk if you have no clue what youre tlaking about. read my post again. I asked him to turn it on and see if it actually realizes a connection attempts. its for TESTING purposes only, i never said "turn it on and a miracle will happen and it will work".

sbang no he didnt. 25000port has been abandoned like an entire year already. its 26900 now. so he is CLUELESS and gives false information.

furthermore sbang youre wrong TOO. you suggest to open 25000-25003. yet in the config file(THATS WHY AN IT GUY LIKE ME ASKS FOR THOSE INFORMATIONS!!!) it stands that he is using the (now) default port 26900. aka he needs to open 26900-26903 and he already did that as u can see in his picture. Do you even read?!
Originally posted by TomSelleck:
I can't seem to get the dedicated server to work without enabling DMZ on my router. I have checked everywhere and seen that there are only 3 ports needed (26900, 26901, 26902), and after forwarding them in my router settings, I still cannot connect to my server.
If I enable DMZ, it works like a charm, but I would rather not use that if I can manage.
Is there something else I am missing? I get a "Error could not connect to server: could not retrieve server information" when trying to connect to it in the game, over my external IP address. Local IP address works fine, but then my buddies can't connect.
Anyone have any suggestions?
Current port forwarding settings:
http://imgur.com/a/BmpeT
HALP PL0X

Ive got another idea. that might be the root of the problem. some routers are stupid and cant connect via external ip to themselves. aka if YOU try to connect via the external ip you CANT if someone else does,they can. did a friend try to join or did u test the stuff solo only?
sbangs007 Jul 10, 2017 @ 8:18am 
Originally posted by HydroxTV:
Originally posted by eman:
u dont need to enable control panel for ppl to play on his server. please dont spout nonsense.
again please dont talk if you have no clue what youre tlaking about. read my post again. I asked him to turn it on and see if it actually realizes a connection attempts. its for TESTING purposes only, i never said "turn it on and a miracle will happen and it will work".

sbang no he didnt. 25000port has been abandoned like an entire year already. its 26900 now. so he is CLUELESS and gives false information.

furthermore sbang youre wrong TOO. you suggest to open 25000-25003. yet in the config file(THATS WHY AN IT GUY LIKE ME ASKS FOR THOSE INFORMATIONS!!!) it stands that he is using the (now) default port 26900. aka he needs to open 26900-26903 and he already did that as u can see in his picture. Do you even read?!
I agree with telnet sugesstion, great for testing.

No idea 25000 was no longer needed. I'm tempted to see if this works if i disable it. My first DS i ran was less than a year ago, and I opepned those ports. Curious..
eman Jul 10, 2017 @ 8:28am 
Originally posted by HydroxTV:
Originally posted by eman:
u dont need to enable control panel for ppl to play on his server. please dont spout nonsense.
again please dont talk if you have no clue what youre tlaking about. read my post again. I asked him to turn it on and see if it actually realizes a connection attempts. its for TESTING purposes only, i never said "turn it on and a miracle will happen and it will work".

sbang no he didnt. 25000port has been abandoned like an entire year already. its 26900 now. so he is CLUELESS and gives false information.

furthermore sbang youre wrong TOO. you suggest to open 25000-25003. yet in the config file(THATS WHY AN IT GUY LIKE ME ASKS FOR THOSE INFORMATIONS!!!) it stands that he is using the (now) default port 26900. aka he needs to open 26900-26903 and he already did that as u can see in his picture. Do you even read?!
youre rude af... i only said those ports.. because that was the ports i used back when i host 7 days to die. You dont need to be an @sshole about it. Im an IT too.. im not here to compete with anyone.. im just here to help this guy so he can play with his friends... gotta love ur showing off that ur an IT.. lmao. and even Sbang suggested it too.... because those were the ports back then... i replied to this thread from what i remember from host dedicating server. So its not about being clueless.... you dont need to be a d1ck... were all here to help this guy resolved this issue. so dont be a SNOWFLAKE. lmao
Last edited by eman; Jul 10, 2017 @ 8:30am
eman Jul 10, 2017 @ 8:36am 
Originally posted by TomSelleck:
I can't seem to get the dedicated server to work without enabling DMZ on my router. I have checked everywhere and seen that there are only 3 ports needed (26900, 26901, 26902), and after forwarding them in my router settings, I still cannot connect to my server.
If I enable DMZ, it works like a charm, but I would rather not use that if I can manage.
Is there something else I am missing? I get a "Error could not connect to server: could not retrieve server information" when trying to connect to it in the game, over my external IP address. Local IP address works fine, but then my buddies can't connect.
Anyone have any suggestions?
Current port forwarding settings:
http://imgur.com/a/BmpeT
HALP PL0X
this thread might help you.
https://7daystodie.com/forums/showthread.php?53333-Server-not-showing-up-since-A15
Last edited by eman; Jul 10, 2017 @ 8:36am
eman Jul 10, 2017 @ 11:03am 
Originally posted by eman:
Originally posted by HydroxTV:
again please dont talk if you have no clue what youre tlaking about. read my post again. I asked him to turn it on and see if it actually realizes a connection attempts. its for TESTING purposes only, i never said "turn it on and a miracle will happen and it will work".

sbang no he didnt. 25000port has been abandoned like an entire year already. its 26900 now. so he is CLUELESS and gives false information.

furthermore sbang youre wrong TOO. you suggest to open 25000-25003. yet in the config file(THATS WHY AN IT GUY LIKE ME ASKS FOR THOSE INFORMATIONS!!!) it stands that he is using the (now) default port 26900. aka he needs to open 26900-26903 and he already did that as u can see in his picture. Do you even read?!
youre rude af... i only said those ports.. because that was the ports i used back when i host 7 days to die. You dont need to be an @sshole about it. Im an IT too.. im not here to compete with anyone.. im just here to help this guy so he can play with his friends... gotta love ur showing off that ur an IT.. lmao. and even Sbang suggested it too.... because those were the ports back then... i replied to this thread from what i remember from host dedicating server. So its not about being clueless.... you dont need to be a d1ck... were all here to help this guy resolved this issue. so dont be a SNOWFLAKE. lmao

yea I dont know why people are so arrogant. kodus tho for helping. dont mind that guy. he's prolly just a tier 1 service desk. hes asking probing questions and then googles it.. lmao... what a joke.
Rhythe_Solin Jul 10, 2017 @ 12:38pm 
Hey man thanks alot for your help, that CMD thing was annoying trying to figure out on my own.
< >
Showing 1-15 of 18 comments
Per page: 1530 50

Date Posted: Jul 9, 2017 @ 2:44pm
Posts: 18