Skip to content

FreeTAKHub Voice installation

the FTH Voice server is based on Mumble to install it manually: * open a console terminal * Do some cleaning

sudo apt-get update
sudo apt-get upgrade
* If asked to confirm installing any packages; then, type Y and press Enter.

  • Now Install Mumble Server.
    sudo apt-get install mumble-server
    

as soon it is started you may want to configure it

sudo dpkg-reconfigure mumble-server

You can use your arrow keys to select your answer, then press Enter to continue.

image

you will accept the default value of Yes because we want Mumble-Server to run when the server boots.

image

Even if this will be a dedicated Mumble-Server, now select Yes since this will ensure the lowest possible latency.

Mumble SuperUser Password

SuperUser is the highest-level administrative account for the server. You will need to log in to Mumble with this user when you want to manage the server.

image

Type a password, press Tab to select Ok, and press Enter.

Init configuration

you will need to edit some configuration files.

Using WinSCP navigate to

/etc/mumble-server.ini

In general, you want to set the following values:

; Port to bind TCP and UDP sockets to you can leave the standard.
port=64738
; Password to join server.
serverpassword=
;Welcome message sent to clients when they connect.
welcometext= 
bandwidth=
users=
registerName=
examine the complete file for more info.