Teamspeak 3 Server

  • Teamspeak 3 Server


    Description
    Here is a quick tutorial on how to setup your Teamspeak 3 Server on your OMV and make it reboot persistent.



    Installation
    1. First, we need to add a dedicated user for the TS3 Server. You will be asked to fill in some Information about the new user, but you can skip all of that by simply pressing Enter. However you need to fill in a challanging password!

    Code
    adduser ts3


    2.Now we change via su (substitute user) to the created user and change to his home directory via cd:

    Code
    su ts3
    cd


    3. Download the newest Teamspeak Server. You will find the newest version under the following URL (Download that version that fits your system. e.g. if you have a 32bit installation, you need to download the x86 package! This tutorial uses the 64bit version):
    http://www.teamspeak.com/?page=downloads


    4. Accept the TeamSpeak 3.x End User License Agreement before you can continue to the download. Skip the survey.


    5. Copy the download link and download it to your OMV via:

    Code
    wget http://ftp.4players.de/pub/hosted/ts3/releases/3.0.7.2/teamspeak3-server_linux-amd64-3.0.7.2.tar.gz


    6. Extract it:

    Code
    tar xfvz teamspeak3-server_linux-amd64-*.tar.gz


    7. Remove the archive:

    Code
    rm *.tar.gz


    8. Create a symlink with the name "server" to teamspeak3-server_linux_amd64

    Code
    ln -s teamspeak3-server_linux-amd64 server


    9. Change to the server directory

    Code
    cd server


    10. And start the server:

    Code
    ./ts3server_startscript.sh start


    FIRST START:
    (ONLY ONCE!) You will see the serveradmin password and the first ServerAdmin token.


    The output will look similar to this:


    Your server now runs in the background.



    Autostart
    11. Exit from the ts3 user, back to root


    12. Change to the "/etc/ini.d" directory

    Code
    cd /etc/init.d


    13. Create a file called "teamspeak"

    Code
    nano teamspeak


    14. Fill it with following informations:


    15. Make it executable:

    Code
    chmod a+x teamspeak


    16.Update-rc.d to copy symlinks to all runlevels that the teamspeak Server starts on bootup.

    Code
    update-rc.d teamspeak defaults



    Usage
    You can manage your Teamspeak 3 Server now via /etc/init.d/teamspeak command
    e.g.:

    Code
    /etc/init.d/teamspeak status
    /etc/init.d/teamspeak start
    /etc/init.d/teamspeak stop



    Questions / Problems / Discussions
    Click HERE to get to the discussions thread!

    Einmal editiert, zuletzt von WastlJ ()

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!