A set of bash scripts set for configuring and running 7 Days To Die linux game servers.
Go to file
2021-12-25 22:35:22 -06:00
Scripts Add general Game Servers git as submodule 2021-12-25 21:47:17 -06:00
.gitmodules Add general Game Servers git as submodule 2021-12-25 21:47:17 -06:00
install.bash Removed the creation of a user, script now expects to be ran as the user looking to install 7D2D-Manage 2021-12-25 22:35:12 -06:00
LICENSE Add LICENSE 2021-12-26 04:32:31 +00:00
README.md Added gitlab supported TOC 2021-12-25 22:02:04 -06:00

7 Days To Die Game Server Linux Scripts

A set of opinionated scripts used to manage 7 days to die.

Table of Contents

[TOC]

Requirements

  • Required

    • tmux
      • Used to run servers in detached sessions
    • steamcmd
      • Used to install 7 days to die game servers
  • Optional

    • pv
      • Used to show progress for backup operations

Automatic Installation

Must be ran as root, requires curl.

This will configure a user sdtd (Seven Days to Die), and install any requirements.

bash -c "$(curl https://gitlab.orion-technologies.io/game-servers/7-days-to-die/-/raw/Development/install.bash)"

Usage

See the wiki for details.