/T6Server

All files needed for a simple installation and configuration of a T6 server on linux (Debian 10 / Debian 11)

Primary LanguageShellGNU General Public License v3.0GPL-3.0

alt text alt text alt text

drawing

T6Server

All files needed for a simple installation and configuration of a T6 server on Debian.

📌 Installation for Arch Linux

Installation

  1. Download files :
    git clone https://github.com/Minami-xan/T6Server.git
  2. Move to T6Server Folder.
    cd ~/T6Server/
  3. Run the Installation Script install.sh .
    sudo env "HOME=$HOME" bash install.sh
  4. Installation Complete

Configuration

  1. Move to Plutonium Folder.
    cd ~/T6Server/Plutonium/
  2. Edit T6Server.sh with your information.
    nano T6Server.sh
  3. Allow server port.
    sudo bash ~/T6Server/Scripts/allow_port.sh
    Configuration Complete

Launch Server

  1. Move to Plutonium Folder.
    cd ~/T6Server/Plutonium
  2. Launch Server.
    ./T6Server.sh
    I advise you to use tmux or screen to open and manage multiple servers.

Issues

Wine display errors

  • Don't care of these errors, plutonium server doesn't have graphic support.

Unable to load import '_BinkWaitStopAsyncThread@4' from module 'binkw32.dll'

  • Check your PAT variable in ./T6Server.sh. (It will be ping binkw32.dll dir)
  • Make sure to your user can read the file in all sub-dir of T6Server.

Server don't appear in Plutonium Servers List

  • Check if your server port is open with UDP protocol. (Example: 4976)

Connection with nix socket lost

  • Check your plutonium key validity
  • Check if your plutonium key are correctly write in T6Server.sh

[DW][Auth] Handling authentication request

  • Check your plutonium key validity
  • Check if your plutonium key are correctly write in T6Server.sh

Source

Topic by me: https://forum.plutonium.pw/topic/12870/guide-debian-t6-server-on-linux-vps-dedicated-server
Plutonium: https://plutonium.pw
IW4MAdmin by RaidMax: https://github.com/RaidMax/IW4M-Admin
Plutonium-Updater by mxbe: https://github.com/mxve/plutonium-updater.rs