G
Guest
Guest
Tried again I believe I did all steps correctly but no luck. I am giving up.
I did a last try:
- removed every 3rd party software in windows 10 (completely clean)
- disabled all windows protection (antivirus and firewall, application check etc)
- downloaded dedicated server from the scratch, (did not change anything in config - leaving default build)
- connected the machine directly to internet (bypassing router), machine got internet IP
- I tested the connectivity (using browser and ping)
- started the dedicated server, last 5 logs lines here:
2021-09-24T23:03:13 34.532 INF [Steamworks.NET] GameServer.Init successful
2021-09-24T23:03:13 34.534 INF [Steamworks.NET] Making server public
2021-09-24T23:03:40 61.245 INF [DECO] written 77258, in 11ms
2021-09-24T23:03:40 61.247 INF [DECO] write thread 2ms
2021-09-24T23:03:43 64.556 ERR [Steamworks.NET] GameServer.LogOn timed out
And server is still unreachable (Waiting for steam authentication)
I don't know really what to do more, this is like madness.
Server specs:
Asrock Deskmini H470, Intel i7 11700, 16GB DDR4 SO-DIM (kingston), nvme hdd Blue WD 240GB
I also pasted complete log as you requested, at Thursday at 09:31 PM (edited), the rest of logs were no different.The message about steam authentication seems to point more into the direction of steam not being able to connect, i.e. it may not be about port 26900 but ports 26901-26905.
But you still didn't post a complete log (actually a log from server and client would be needed in such a case), foiling the best chance for someone here to get the right idea and largely wasting our time searching half-blind in the darkness. I'm out.
I have never used SteamCMD to set up my server. I have just installed steam on my server, logged in with my account and then installed the dedicated server through steam. I just then had to start up the server. I think I may have had to log into steam again on my main computer but that was a one shot thing. Anyway glad you got it working. Now enjoy.*SOLVED*
mostly thanks to Beelzybub
Issue was dedicated server was downloaded through SteamCMD and executed via batch file. Together with Beelzy, I tried to create server through client on another machine and it worked. So network outside was ok. I tried several extreme things including changing router. Then I was thinking what was different between my server and my gaming pc. - A steam client.
So I created new account on Steam, installed it on Server, downloaded the 7DtD dedicated server via Steam client, started it - and it finally worked!
I tried to disable client - Server was unreachable again.
So solution was to install Steam client and keep it running then the server works.
-
I also pasted complete log as you requested, at Thursday at 09:31 PM (edited), the rest of logs were no different.
*SOLVED*
mostly thanks to Beelzybub
Issue was dedicated server was downloaded through SteamCMD and executed via batch file. Together with Beelzy, I tried to create server through client on another machine and it worked. So network outside was ok. I tried several extreme things including changing router. Then I was thinking what was different between my server and my gaming pc. - A steam client.
So I created new account on Steam, installed it on Server, downloaded the 7DtD dedicated server via Steam client, started it - and it finally worked!
I tried to disable client - Server was unreachable again.
So solution was to install Steam client and keep it running then the server works.
-
I also pasted complete log as you requested, at Thursday at 09:31 PM (edited), the rest of logs were no different.
That looks like a network issue. What ports did you open? You need 26900 TCP and 26900-26903 UDP open.Port forwarding is done, as I have for the other games which work.
That looks like a network issue. What ports did you open? You need 26900 TCP and 26900-26903 UDP open.
Need to be open in the firewall and router. You can use an external web based port scanner to check.
What does the client log say? Were you connecting from the same LAN as the server?
What's this from your server log? Is there an ip conflict? Do you have multiple nics?When connecting the client gets stuck at "Waiting for steam authentication". I can leave it as long as I want, it will not progress.
What's this from your server log? Is there an ip conflict? Do you have multiple nics?
2022-02-20T21:22:49 0.352 WRN Command line argument 'serverBindToIP' is not a configfile property, ignoring.
Also, have you added exclusions for your game & save folders in your AV software? (on both server & client)
Maybe it's permissions? You shouldn't use a personal (C:\Users\Max\AppData\Roaming/7DaysToDie/Saves) folder for the server saves.Issue persists:
Maybe it's permissions? You shouldn't use a personal (C:\Users\Max\AppData\Roaming/7DaysToDie/Saves) folder for the server saves.
Use this variable in your serverconfig.xml to set a path:
<property name="UserDataFolder" value="absolute path" />
Generally creating a "Saves" folder in your game folder will correct any permissions issue.
If you have a second drive creating a "Saves" folder there will improve disk io performance.
In your case it looks like you do have 2 drives so you could do - C:/7D2DSaves as the absolute path.
Also, check your serveradmin.xml, maybe whitelist is enabled?
If you pm me your ip I'll try to connect and see if I see anything weird in my log.
This worked for me. I updated my server via SteamCMD, updated the serverconfig.xml file, moved my mods(dont know if you really need to at this point but i did anyway) Launched Steam Client(so it can update) left it open without signing in. ran server, and was great. so far Mines the only one showing PING numbers.Reytag said:A temporary solution to at least get the 7D2D server working was to install the steam client, in this manner I can still use SteamCMD to install and update the server.
The client just needs to be started and running, I didn't even log in as you can see here: https://i.imgur.com/3KKbiQi.png
When running, somehow [Steamworks.NET] GameServer.LogOn connects / works immediately.
Still no idea why the 7D2D server won't work without it on our dedicated server, and again, it is the only game with this issue, I have 6 or so others that are fine.