Efiriono Posted August 7, 2022 Share Posted August 7, 2022 Hello there, me and my friend tried to play together on 7 days to die dedicated server but i have a trouble with that. 7dtd cliet logs: https://pastebin.com/1hfetQVG 7dtd dedicated server logs: https://pastebin.com/nRgEdYUE We've tried to change ports (26900, 26901, 26902), but nothing changed. It seems like problem with my client but idk what to do Link to comment Share on other sites More sharing options...
Beelzybub Posted August 7, 2022 Share Posted August 7, 2022 You log shows the client tries to connect via LiteNetLib and fails, which means the server ports are not forwarded correctly. If your base port is 26900, you need 26900 TCP and 26900 through 26903 UDP forwarded to the server. Then the client tries to connect via SteamNetworking, which fails because the server has SteamNetworking disabled. You should leave this disabled and fix the ports, but if you can't fix the ports, then enabling SteamNetworking may allow you to access the server. Link to comment Share on other sites More sharing options...
Efiriono Posted August 8, 2022 Author Share Posted August 8, 2022 5 hours ago, Beelzybub said: You log shows the client tries to connect via LiteNetLib and fails, which means the server ports are not forwarded correctly. If your base port is 26900, you need 26900 TCP and 26900 through 26903 UDP forwarded to the server. Then the client tries to connect via SteamNetworking, which fails because the server has SteamNetworking disabled. You should leave this disabled and fix the ports, but if you can't fix the ports, then enabling SteamNetworking may allow you to access the server. Thx for your reply, but how can we enable SteamNetwork? Link to comment Share on other sites More sharing options...
Beelzybub Posted August 8, 2022 Share Posted August 8, 2022 50 minutes ago, Efiriono said: how can we enable SteamNetwork? Remove SteamNetworking from the serverconfig.xml line that controls disabled networks. <property name="ServerDisabledNetworkProtocols" value="SteamNetworking"/> 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