A set of bash scripts set for configuring and running 7 Days To Die linux game servers.
Go to file
2021-12-26 00:11:22 -06:00
Scripts Update general submodule 2021-12-26 00:11:22 -06:00
.gitmodules Add general Game Servers git as submodule 2021-12-25 21:47:17 -06:00
install.bash Auto exit if general install fails 2021-12-25 23:50:50 -06:00
LICENSE Add LICENSE 2021-12-26 04:32:31 +00:00
README.md Bring back requirement as running as root/sudoer, general submodule requires this 2021-12-25 22:57:47 -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
      • Important, this MUST be in your PATH variable. This script calls the general installer script which configures steamcmd to be in /usr/local/bin. If this is not in your path, the deployed scripts will NOT work.
  • Optional

    • pv
      • Used to show progress for backup operations

Automatic Installation

Must be ran as root or a user with access to sudo su

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

Usage

See the wiki for details.