Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

You might have a local process already bound to port 6666. You can find out which process by entering the following into a Command Prompt window:

netstat -ano -p tcp|find "6666"

If you get a hit, the final number should be the Process ID (PID) which you can cross-reference in the Details tab of Task Manager.