Skip to content

LacledesLAN/gamesvr-7daystodie

Repository files navigation

7 Days to Die Dedicated Server in Docker

7 Days to Die is a survival horror video game set in an open world. Players are survivors of World War 3 that destroyed an extremely large part of the world, except for some areas such as the fictional county of Navezgane, Arizona. Players must survive by finding shelter, food and water, as well as scavenging supplies to fend off the numerous zombies (hinted to be the consequence of nuclear fallout) that populate Navezgane. Player interactions can be cooperative or hostile depending on the used server options - there are two supported game modes for multiplayer: Survival (both randomly generated and standard) and Creative.

7 Days to Die Box Art

This repository is maintained by Laclede's LAN. Its contents are intended to be bare-bones and used as a stock server. For examples of building a customized server from this Docker image browse its related child-project gamesvr-7daystodie-freeplay. If any documentation is unclear or it has any issues please see CONTRIBUTING.md.

Linux Container

Download

docker pull lacledeslan/gamesvr-7daystodie

Run Interactive Server

docker run -it --rm --net=host lacledeslan/gamesvr-7daystodie ./startserver.sh -configfile=serverconfig.xml

Getting Started with Game Servers in Docker

Docker is an open-source project that bundles applications into lightweight, portable, self-sufficient containers. For a crash course on running Dockerized game servers check out Using Docker for Game Servers. For tips, tricks, and recommended tools for working with Laclede's LAN Dockerized game server repos see the guide for Working with our Game Server Repos. You can also browse all of our other Dockerized game servers: Laclede's LAN Game Servers Directory.