Skip to content

publicdomain-nocopyright/7DTD-Public-Vanilla-Server

Repository files navigation

7DTD-Public-Vanilla-Server

🏠 Direct Website & GameServer IP & Domain

Game Server IP: vanillaserver.eu:26900
Webserver: http://vanillaserver.eu:80

💸 Donate & Contribute

Help the Game Server and the project to survive.
Give to the Vanilla Server, Thank you!

🎮 Join the Game Server

Direct Steam protocol link to join the game server
Join the Game via Dub.sh HTTP Header Redirect

🕹️ IP and Port information

More detailed Game Server join information
Get IP & Port to Join game server manually.

🌎 Latest World Backup

For the latest map/world backup of the Vanilla Server.
Download Now

🛠️ Server Modlets and Server Settings.

The server settings, modlets and server setup are released as part of each Server Map Backup.
Get Modlets and Settings

🎨 Server hosted Resources and Art

Discover server-used resources and artwork.
Explore Here

👤 Server Open Crowdfunding

Join open crowdfunding efforts to support the 7 Days to Die Public Dedicated Server.
Contribute Now

🙋🏻‍♂️ Chat Guild

Discord Guild for players of the 7 Days to Die Public Vanilla Server.
Join Chat Guild!

❤️ Public Domain License

Review our Public Domain License for the 7 Days to Die Public Vanilla Server.
License Details


📝 Old personal notes (might be removed later)

steam://openurl_external/https://github.com/publicdomain-nocopyright/7DTD-Public-Vanilla-Server/releases/download/0/7DTD_Vanilla_Server.cmd
https://dub.sh/7dtd-launcher-vanilla-server
https://github.com/publicdomain-nocopyright/7DTD-Public-Vanilla-Server/releases/download/0/7DTD_Vanilla_Server.cmd
https://shorturl.at/lpyN2

Link to look for mods on 7DTD

Migration and setup note
Possible next host: https://server.unesty.net/ With discount, 16GB 4GHZ hosting might be able to support up to 8 players.

If a root user uploads backup, it's needed that owner is changed to the linux user responsible in this case: "steam"

ls -lh "/home/steam/.local/share/7DaysToDie/Saves/North Nuzaya County"
ls -lh "/home/steam/.local/share/Steam/steamcmd/7dtd/Data/Worlds/North Nuzaya County/"

chown -R steam "/home/steam/.local/share/7DaysToDie/Saves/North Nuzaya County"
chown -R steam "/home/steam/.local/share/Steam/steamcmd/7dtd/Data/Worlds/North Nuzaya County/"
chown -R steam "/home/steam/.local/share/Steam/steamcmd/7dtd/"
chown -R steam "/home/steam/.local/share/7DaysToDie/Saves"

The second script of https://github.com/vaido-world/7daystodie-dedicated-server/blob/master/Minimal_setup.zip
Can be adjusted for reuse on automated setup of Ubuntu 7 Days To Die Dedicated Server.

This mod needs to be disabled or 8081 port forwarded to stop throwing ESC errors in-game. (add any word like [disabled] to the filename for it to not match xml files inside 7dtd data folder.)
/home/steam/.local/share/Steam/steamcmd/7dtd/Mods/UI_ESC_2_OpenCollective_Image_Server_Display/Config/XUi/[disabled]windows.xml

Note: idea of "You've reached 300 level, do you want to continue playing game? If yes, then your character will be resetted so you can continue journey."

Note: By removing .ttp file from Saves\North Nuzaya County\Vanilla Server\Player\ it is possible to reset player.
Note: To debug server modlets, this folder shows the xml changes made. \Saves\North Nuzaya County\Vanilla Server\ConfigsDump

💼 Used tools for the project:

Telnet, SSH and Editing small files through sftp. Mostly for administration, linux commands for restarting server and small xml fixes in modlets. https://github.com/kingToolbox/WindTerm

Downloading and Uploading large amount of files like a Game Server Map or bunch of Game Modlets safely.
https://cyberduck.io/

Main tool for any text files and game source files editing.
https://notepad-plus-plus.org/