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

Plutonium

  1. Home
  2. BO2 Server Hosting Support
  3. TDM 1 server closed or dropped (Ubuntu 20.04)

TDM 1 server closed or dropped (Ubuntu 20.04)

Scheduled Pinned Locked Moved BO2 Server Hosting Support
10 Posts 4 Posters 984 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • IceroDevundefined Offline
    IceroDevundefined Offline
    IceroDev
    wrote on last edited by
    #1

    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

    Dss0undefined 1 Reply Last reply
    0
    • 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

      Dss0undefined Offline
      Dss0undefined Offline
      Dss0
      Plutonium Staff
      wrote on last edited by Dss0
      #2

      IceroDev post the contents of pluto.sh (except for your server key).

      1 Reply Last reply
      0
      • IceroDevundefined Offline
        IceroDevundefined Offline
        IceroDev
        wrote on last edited by
        #3
        #!/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
        
        Dss0undefined 1 Reply Last reply
        0
        • 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
          
          Dss0undefined Offline
          Dss0undefined Offline
          Dss0
          Plutonium Staff
          wrote on last edited by
          #4

          IceroDev edit !updatePluto.bat and add

          -install-dir ./plutonium
          

          then edit !start_mp_server.bat and/or !start_zm_server.bat and set the working directory to .\plutonium.

          1 Reply Last reply
          0
          • IceroDevundefined Offline
            IceroDevundefined Offline
            IceroDev
            wrote on last edited by
            #5

            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

            Dss0undefined 1 Reply Last reply
            0
            • 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

              Dss0undefined Offline
              Dss0undefined Offline
              Dss0
              Plutonium Staff
              wrote on last edited by Dss0
              #6

              IceroDev yes because you did not change the path in your startup file..

              alt text

              this is not where your plutonium clientfiles are, they are now in ./plutonium.
              localappdata doesn't even exist on linux.

              1 Reply Last reply
              0
              • IceroDevundefined Offline
                IceroDevundefined Offline
                IceroDev
                wrote on last edited by
                #7

                Everything is now working fine. Thanks !

                1 Reply Last reply
                0
                • VZLAxSmokeundefined Offline
                  VZLAxSmokeundefined Offline
                  VZLAxSmoke
                  wrote on last edited by
                  #8

                  hello friend how hago to upload my server on linux ubunto16

                  Kalitosundefined 1 Reply Last reply
                  0
                  • VZLAxSmokeundefined VZLAxSmoke

                    hello friend how hago to upload my server on linux ubunto16

                    Kalitosundefined Offline
                    Kalitosundefined Offline
                    Kalitos
                    wrote on last edited by
                    #9

                    VZLAxSmoke Create your own topic and don't reply on an old topic. This will make it easier for them to help you.

                    VZLAxSmokeundefined 1 Reply Last reply
                    0
                    • Kalitosundefined Kalitos

                      VZLAxSmoke Create your own topic and don't reply on an old topic. This will make it easier for them to help you.

                      VZLAxSmokeundefined Offline
                      VZLAxSmokeundefined Offline
                      VZLAxSmoke
                      wrote on last edited by
                      #10

                      Kalitos You use discord friend I need to ask you for a helping hand xd

                      I don't know how to do that, my own topic, as I've never used the forum very often.

                      this is my discord

                      VZLAxSmoke#4695

                      1 Reply Last reply
                      0
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      • Login

                      • Don't have an account? Register

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