TrueConf Server for Linux is now available for Debian 10/11 and CentOS 8. Enjoy the benefits of our enterprise-grade video collaboration platform on Linux distros!
This guide explains how to install and set up TrueConf Server Free for Linux.
Please note
TrueConf Server contains its own web server. To prevent any possible conflicts or clashes, please deploy TrueConf Server on a computer running on Linux without a pre-installed web server.
Table of Contents
Step 1. Download TrueConf Server for Linux and get your registration key
Fill in the TrueConf Server Free registration form. Press Submit & Download to receive your registration key on the email address you’ve specified.
Step 2. Set up your operating system
Add the user who will install TrueConf Server and get access to the TrueConf Server control panel to your OS. You can use the account that was created when installing your OS.
You can use sudo to execute the commands listed below. Alternatively, you can first switch to administrator mode by running su -
from the terminal and entering the root password. Additionally, when using an operating system with a graphical environment it is possible to install TrueConf Server package via a package manager available in your system, e.g. GDebi in Debian (you can install it by running sudo). Please note that sudo may be unavailable by default in your OS. You can check its availability using the sudo -V
command.
Step 3. Install TrueConf Server for Linux
Choose your Linux operating system to download the TrueConf Server installation package:
Below you can find the following installation options:
- manually by using the installation package you’ve downloaded.
- by adding the TrueConf repository to your system.
For the latter, you will need to create a file with specified text in the system catalogue of your operating system. You can do it both with your file manager and with your terminal by running the following command in the admin mode:
1 |
echo '[text]' | tee -a [file_path] > /dev/null |
where
[text]
– the text to be added to the file
[file_path]
– the file path.
For Debian:
Manual install from the package
Proceed to the directory with downloaded TrueConf deb-package and start the installation by running the following command in the admin mode:
1 |
apt install -yq ./trueconf-server-name.deb |
where trueconf-server-name.deb is the name of the installation package.
You can also run the installation with the following command sequence:
1 |
dpkg -i trueconf-server-name.deb |
1 |
apt -f install |
Install from repository
- Create a file
/etc/apt/sources.list.d/trueconf.list
with the following content:For Debian 11
deb https://mirror.trueconf.com/debian bullseye non-free
For Debian 10
deb https://mirror.trueconf.com/debian buster non-free
- Run the sequence of the following commands in the admin mode:
1wget -O- https://mirror.trueconf.com/deb.trueconf.pub | gpg --no-default-keyring --keyring gnupg-ring:/etc/apt/trusted.gpg.d/trueconf.gpg --import1chmod 644 /etc/apt/trusted.gpg.d/trueconf.gpg1apt-get -y update1apt-get -y install trueconf-server
If the operating system does not have the gnupg cryptographic utility pre-installed, the following error will appear:
1E: gnupg, gnupg2 and gnupg1 do not seem to be installed, but one of them is required for this operationIn this case, install the missing package by running the following command:1sudo apt install gnupg2
For CentOS 8:
Manual install from the package
Proceed to the catalogue with the rpm package installed and install it with the following command in the admin mode:
1 |
dnf install -y trueconf-server-name.rpm |
where trueconf-server-name.rpm
– the name of the installation package.
Install from repository
- Create a file
/etc/yum.repos.d/trueconf.repo
with the following content:
12345[trueconf]name=TrueConf Repositorybaseurl=https://mirror.trueconf.com/centos/$releasever/$basearch/releaseenabled=1gpgcheck=1 - Run the commands in the admin mode:
12rpm --import https://mirror.trueconf.com/rpm.trueconf.pubdnf install -y trueconf-server
Step 4. Add a user to get access to the control panel
When installing TrueConf Server on Debian, you will see a field will open where you will be able to enter OS user accounts who will have admin access to the TrueConf Server control panel. Enter the user account you’ve previously created.
In CentOS the window for adding users won’t be displayed. To complete TrueConf Server installation, run the following command (under root user or using sudo):
1 |
usermod -aG tcadmins user |
where user – the name of the user you’ve previously created.
If you have entered an incorrect username or non-existing login, the installation on Debian may end with the following error:
In this case you need to run the following command as a superuser:
1 |
echo PURGE | debconf-communicate trueconf-server |
This command will clear all the data about the package settings from the OS. Please check the official documentation for more details.
Then, start the installation process once again.
Step 5. Installation test
Two TrueConf services will be added to your OS: trueconf-web web server and trueconf main server service.
The web server should be launched automatically right after the installation. Check its status by running the following command:
1 |
systemctl status trueconf-web |
Run the following command to start the web server manually if needed:
1 |
systemctl start trueconf-web |
The server service cannot start until you register the server (see the next step).
Step 6. Register your server
Use another computer in your LAN, open your web browser and type the IP address of the Linux-based computer with TrueConf Server installed.
ip a
command.Since Trueconf Server is not registered yet, an admin login page will be displayed instead of the guest page. Sign in with the user account you have previously created:
On the page that opens enter your registration key in the corresponding field and register your server.
If you want to update TrueConf Server to a major version (the first two digits change, e.g., from 4.5 to 4.7 or from 4.7 to 5.0) you will need to re-register your TrueConf Server instance. Contact our technical support in any convenient way and share your server ID for us to reset the binding. After that you can re-register your TrueConf Server instance with your key.
Step 7. Start your server
After you’ve registered your server, it will restart automatically. The corresponding message will be displayed in the Server status field.
You can also view your server status directly in Linux by running the following command:
1 |
systemctl status trueconf |
Step 8. Add user accounts and start video conferencing
The process of adding user accounts and creating video conferences is described in detail in our TrueConf Server for Windows installation guide.
More useful articles
Find other helpful guides on TrueConf software solutions in our knowledge base.
If you have any questions, please contact us at sales@trueconf.com or reach us by phone at +1 (833) 878-32-63. We are always happy to help!