Skip to content
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Donate
Collapse

Plutonium

IceroDevundefined

IceroDev

@IceroDev
About
Posts
5
Topics
2
Shares
0
Groups
0
Followers
6
Following
6

Posts

Recent Best Controversial

  • Linux T6 server hosting
    IceroDevundefined IceroDev

    Hello to all,
    I am looking for a solution to host a T6 server on a Linux VPS machine. The server is running Ubuntu 20.04 LTS with an xrdp RDP connection.

    I have been using wine for a long time but the problem is that updating the server with wine is impossible. As soon as the game is updated for the first time, the whole game has to be downloaded again. I get the following error when launching plutonium.exe under wine: "not supported on this system".

    Do you have a tutorial or a solution to host the game correctly in a linux environment? It would be even better to host without wine to not have to go through an rdp but directly through SSH

    *IceroDev

    BO2 Server Hosting Support

  • TDM 1 server closed or dropped (Ubuntu 20.04)
    IceroDevundefined IceroDev

    Everything is now working fine. Thanks !

    BO2 Server Hosting Support

  • TDM 1 server closed or dropped (Ubuntu 20.04)
    IceroDevundefined IceroDev

    Same problem :

    my plutonium gameserver directory is /home/jean/gameservers

    !updatePluto.bat file :

      GNU nano 4.8                                                                                      !updatePluto.bat                                                                                                
    ::plutonium.exe -install-dir ./plutonium -update-only
    plutonium.exe -update-only
    -install-dir ./plutonium
    
    

    !start_mp_server.bat file :

    @echo off
    ::Paste the server key from https://platform.plutonium.pw/serverkeys here
    set key=HIDDEN
    ::Name of the config file the server should use. (default: dedicated.cfg)
    set cfg=dedicated.cfg
    ::Name of the server shown in the title of the cmd window. This will NOT bet shown ingame.
    set name=TDM 1
    ::Port used by the server (default: 4976)
    set port=4976
    ::Only change this when you don't want to keep the bat files in the game folder. MOST WON'T NEED TO EDIT THIS!
    set gamepath=.\plutonium
    
    title PlutoniumT6 - %name% - Server restarter
    echo Visit plutonium.pw / Join the Discord (a6JM2Tv) for NEWS and Updates!
    echo Server "%name%" will load %cfg% and listen on port %port% UDP!
    echo To shut down the server close this window first!
    echo (%date%)  -  (%time%) %name% server start.
    
    cd /D %LOCALAPPDATA%\Plutonium
    :server
    start /wait /abovenormal bin\plutonium-bootstrapper-win32.exe t6mp "%gamepath%" -dedicated +set key %key% +sv_config %cfg% +net_port %port%
    echo (%date%)  -  (%time%) WARNING: %name% server closed or dropped... server restarts.
    goto server
    

    Still have the same issue

    BO2 Server Hosting Support

  • TDM 1 server closed or dropped (Ubuntu 20.04)
    IceroDevundefined IceroDev
    #!/bin/bash
    
    
    updatePluto() {
        WINEDEBUG=-all wine cmd.exe /C \!updatePluto.bat
    }
    
    runMP() {
        WINEDEBUG=-all wine cmd.exe /C \!start_mp_server.bat
    }
    
    runZM() {
        WINEDEBUG=-all wine cmd.exe /C \!start_zm_server.bat
    }
    
    case "$1" in
    up) updatePluto;;
    mp) runMP;;
    zm) runZM;;
    *)  me=`basename "$0"`
        echo "Usage: $me (up|mp|zm)"
        ;;
    esac
    
    BO2 Server Hosting Support

  • TDM 1 server closed or dropped (Ubuntu 20.04)
    IceroDevundefined IceroDev

    Server installation perks

    • Ubuntu 20.04 server updated
    • 24 GO ram
    • 5 vCores AMD Epyc
    • 100GO storage
    • xUbuntu graphical install.

    Problem.
    I followed all tutorial for Linux hosting T6 server but I still got that error and can't get rid of it.

    Can someone help me ?
    screenshot

    BO2 Server Hosting Support
  • 1 / 1
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Donate