Local Dedicated Server Login Issue

I have used the 7 Days to Die dedicated server program to create a server. I'm trying to use it with the Twitch Mischief Maker extension. Everything appears to be set up correctly and the MM app connects to my server but I'm unable to login to the server myself. I'm getting the following errors.

Unable to write data to the transport connection: An established connection was aborted by the software in your host machine.

SocketException: An established connection was aborted by the software in your host machine.

ERR Exception in thread TelnetClient_

InvalidOperationException: The operation is not allowed on non-connected sockets.

This is my first time doing anything like this and I've been unable to find any help online. Is anyone familiar with this?

 
Those error messages mean that first you couldn't finish a connection, and second, the program tried to send data down a connection which wasn't established.

Without more info, it's difficult to assist you further, but I'd be looking at firewall/antivirus on both sides (client and server) first. And if you're crossing a network firewall/router, look at the firewall and network address translation rules there.

 
Back
Top