7 Days To Die - How to make a Co-op Dedicated Server - Tutorial
Enjoyed this? Consider Subscribing to my Channel:
https://www.youtube.com/subscription_center?add_user=kdstudioslive
Want to contribute to future video content?
Consider supporting me on Patreon:
https://www.patreon.com/ThePizzaByte
-----------------------------------------------------------------------------
This will show you how to make a server for 7 Days To Die
=====================================
Copy and paste this into your notepad or type as shown:
start 7daystodie -quit -batchmode -nographics -configfile=serverconfig.xml -dedicated
pause
=====================================
You could also try this bat:
rem
rem Starts a dedicated server
rem
rem -quit, -batchmode, -nographics: Unity commands
rem -configfile : Allows server settings to be set up in an xml config file. Use no path if in same dir or full path.
rem -dedicated : Has to be the last option to start the dedicated server.
start 7daystodie -quit -batchmode -nographics -configfile=serverconfig.xml -dedicated
REM wait until game started
timeout 10
REM connect to the service interface. use 'shutdown' to stop the server
if exist "Tools/bin/putty.exe" (
"Tools/bin/putty.exe" -telnet localhost 8081
) else (
telnet localhost 8081
)
pause
=====================================
[To shut down a server, End the process in Task Manager]
=====================================
WARNING: Forward your ports (25000,25003) on your router or use Hamachi, or this WON'T work.
If you don't know how to Port Forward, go here:
http://portforward.com/english/routers/port_forwarding/routerindex.htm
Remember, this was designed for Alpha 7 (Look at the video release date), I cannot promise this will work for later versions but they usually release a bat file with the each release so it should be mostly click and play)
PS. FORWARD YOUR DAMN PORTS ON YOUR ROUTER, thanks.
=====================================
Feel free to follow my other media:
DISCORD: https://www.Discord.gg/V57genQ
TWITCH: http://www.Twitch.tv/ThePizzaByte
TWITTER: http://Twitter.com/ThePizzaByte
YOUTUBE: http://www.YouTube.com/ThePizzaByte
INSTAGRAM: https://Instagram.com/KDStudiosLive/
=====================================
7 Days To Die by The Fun Pimps
All rights to this game belong to them, purchase the game today.
http://www.7daystodie.com/
Other Videos By ThePizzaByte
Other Statistics
7 Days to Die Statistics For ThePizzaByte
At this time, ThePizzaByte has 607,069 views for 7 Days to Die spread across 51 videos. About 19 hours worth of 7 Days to Die videos were uploaded to his channel, roughly 4.89% of the content that ThePizzaByte has uploaded to YouTube.