/T6Server

All files needed for a simple installation and configuration of a T6 server on Arch Linux

Primary LanguageShell

alt text alt text

drawing drawing

T6Server

This repository provides all necessary files for a simple installation and configuration of a T6 server on Arch Linux.

Requirements

  • Tested on LXC Container:
    • 1 CPU Core
    • 1 GB RAM
    • approx. 10 GB disk space

Installation

  1. Download files:
    git clone https://github.com/xr4zz/T6Server.git
  2. Make it executable:
    chmod +x ~/T6Server/install.sh
  3. Run the installation script install.sh and follow the instructions:
    sudo env "HOME=$HOME" ~/T6Server/install.sh

Launch Server

  1. Switch to the new t6server user:
    sudo su t6server
  2. Go to the home directory:
    cd /opt/t6server
  3. Launch the server:
    ./t6server.sh
    I advise you to use screen to open and manage the server.

Source