Code Monkey home page Code Monkey logo

t5server's Introduction

alt text alt text alt text

drawing

T5Server

Simple installation and configuration of a T5 server on linux.

Required

  • Last Version of Debian 10 (Work on Debian 11)
  • Storage more than 30Gb
  • Sudoer permission

Installation

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

Configuration

  1. Move to Plutonium Folder.
cd ~/T5Server/Plutonium/
  1. Edit T5_**_server.sh with your information.
nano T5_mp_server.sh
#OR
nano T5_zm_server.sh
  1. Allow server port.
sudo bash ~/T5Server/Scripts/allow_port.sh
Configuration Complete

Launch Server

  1. Move to Plutonium Folder.
cd ~/T5Server/Plutonium
  1. Launch Server.
./T5_mp_server.sh
#OR
./T5_zm_server.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

Some problems with the downloading of the torrent file

  1. Delete Transmission config file shell rm -r ~/.config/transmission
  2. Restart installtion shell sudo env "HOME=$HOME" bash install.sh

Source

Plutonium: https://plutonium.pw
My Topic https://forum.plutonium.pw/topic/23683/guide-debian-t5-server-on-linux-vps-dedicated-server
Plutonium-Updater by mxbe: https://github.com/mxve/plutonium-updater.rs

t5server's People

Contributors

sterbweise avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

framilano

t5server's Issues

Script carries outdated file downloading code.

 # Download Game File
    cd $HOME/T5Server/
    wget https://plutonium.pw/pluto_t5_full_game.torrent
    tmpfile=$(mktemp)
    chmod a+x $tmpfile
    echo "killall transmission-cli" > $tmpfile
    transmission-cli -f $tmpfile pluto_t5_full_game.torrent -w $HOME/T5Server

These online paths no longer work and the script does not have any feedback for their failure. I also noticed that several additional steps do not parse afterwards such as chmod +x on the .sh files.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.