Skip to content

v3.1.1

Latest
Compare
Choose a tag to compare
@Sterbweise Sterbweise released this 10 Dec 12:36
· 5 commits to main since this release

T6 Server Installer - v3.1.1 (Release)

Version Highlights

Major Changes in Plutonium r4524 & r4520

  • Update all server configurations
  • Review and update custom scripts
  • Enhanced mod support section
  • New download method (zone)
  • Test comprehensive server stability

Core Improvements

  • Enhanced system update and dependency management
  • Improved localization support
  • Refined security configurations
  • Robust uninstallation mechanism
  • Optimize installation processes

Language Support

  • English (en.sh)
  • French (fr.sh)
  • Spanish (sp.sh)
  • Chinese (cn.sh)
  • German (de.sh)
  • Malay (my.sh)

Uninstallation Process Improvements

  • Added comprehensive uninstallation script
  • Granular component removal support
  • Interactive uninstallation confirmation
  • Selective component uninstallation
    • .NET Framework
    • Wine
    • Firewall configuration
    • Game binaries
    • 32-bit package management

Security Enhancements

  • Updated security.json with advanced settings
  • Improved input validation
  • Enhanced firewall configuration
  • Granular component removal safety

Testing and Validation

  • Introduced testsValidation.sh
  • Docker-based testing environment
  • System diagnostic tools

Technical Details

  • Version: 3.1.1
  • Release Date: 10/12/2024
  • Supported Distributions: Debian 10, 11, 12
  • Minimum Requirements:
    • 512MB RAM (2GB recommended)
    • 10GB free disk space
    • x86_64 architecture

Known Issues and Limitations

  • Potential non-Debian distribution compatibility issues
  • Manual configuration may be required for advanced setups

Installation

Navigate to the application installation directory

cd /opt

Download and extract T6Server archive in a single command

mkdir -p T6Server && wget -O T6Server.tar.gz https://github.com/Sterbweise/T6Server/releases/download/v3.1.1/T6Server.tar.gz && tar -xzvf T6Server.tar.gz -C T6Server && rm T6Server.tar.gz

Move into the newly created T6Server directory

cd T6Server

Make the script executable

chmod +x install.sh

Launch the installation script with sudo privileges

sudo ./install.sh

Uninstallation

To completely remove T6 Server and its components:

cd /opt/T6Server
sudo ./uninstall.sh

Support

If you encounter any issues or have questions:


Developed with ❤️ by Sterbweise