Go back

Install and set up your video conferencing server for Linux in 15 minutes

March 4, 2025
Dimitrii Zuikov

Dimitrii Zuikov

TrueConf offers you an opportunity to take full advantage of corporate video conferencing on various Linux-based operating systems. Only 64-bit versions of the OS are supported.

If you want to update TrueConf Server which has already been installed, read this article.

TrueConf Server can also be deployed:

Mandatory preliminary steps

  • 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.
  • 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.

    To install TrueConf Server successfully, please make sure that there is no OS user whose login or name is trueconf.

  • Fill out all the fields in the registration form.
  • Click Submit & Download to receive your registration key on the email address you’ve specified.

The email containing your registration key will be sent within 15 minutes. If you cannot find the email containing your registration key in your inbox, please check the SPAM folder. You can also request the key via live chat or contact us in any other way convenient to you.

To run the commands listed below on behalf of the administrator, use the sudo program. Please note that by default sudo may not be available on your OS. To check if it is available, run the command sudo -V. If this program is not available, install it following the guide for your OS.

Select your OS

Debian 12 / 11

CentOS Stream 9

TrueConf Server v.5.2.10.10037 with security updates for Q3 2024

If you have a version of TrueConf Server lower than 5.2.10 and for some reason it is not possible to install 5.4+, then we recommend updating the server to 5.2.10 because this version contains important security updates for 2024:

Debian 11

TrueConf Server v.5.3.6.10032 with security updates for Q3 2024

If you have a version of TrueConf Server lower than 5.3.6 and for some reason it is not possible to install 5.4+, then we recommend updating the server to 5.3.6 because this version contains important security updates for 2024:

Debian 11

CentOS Stream 9

Step 1. Install TrueConf Server for Linux

Two installation options are possible:

  • Install manually from the downloaded file
  • Add the TrueConf repository to your system.

Any TrueConf repository is available both via https and http. It is only necessary to replace the prefix in the repository address. The use of http may be helpful if https access is restricted at the OS level due to some reason.

Please note that if TrueConf Server is installed manually from a package (installation file), the repository will not be automatically added to the list of sources.

For Debian

Manual installation from the package

Download the file for your OS:

Debian 12

Debian 11

Proceed to the directory with downloaded TrueConf deb-package and start the installation by running the following command in the admin mode:

where trueconf-server-name.deb is the name of the installation package.

During installation you will see the input field for entering the logins of those OS users who will be allowed to access the control panel as administrators. Enter the login of the user created before. It is possible to specify multiple logins (separated by commas) at the same time.

Install from repository

  • Run the following command to create the file
    /etc/apt/sources.list.d/trueconf.list filled with required content:
  • Run the sequence of the following commands in the admin mode:

    If the operating system does not have the gnupg cryptographic utility pre-installed, the following error will appear:

    In this case, install the missing package by running the following command:

For CentOS Stream 9

Regardless of the installation method, you will need to take these preliminary steps:

  • Disable SELinux, the system that controls process access to OS resources. To do it, execute this command as the administrator:
  • Connect the EPEL repository by running this command as the administrator:

Only at this point, one can install TrueConf Server.

Manual installation from the file

Download the file:

CentOS Stream 9

Go to the directory where the downloaded rpm package is stored. Next, run this command as the administrator to install the package:

where trueconf-server-name.rpm is the name of the installation package.

During installation you will see the input field for entering the logins of those OS users who will be allowed to access the control panel as administrators. Enter the login of the user created before. It is possible to specify multiple logins (separated by commas) at the same time.

Installation from the repository

  • Run the following command to create the file
    /etc/yum.repos.d/trueconf.repo filled with required content:
  • Run these commands as the administrator:

Step 2. Add a user to get access to the
control panel

The OS user for accessing the control panel (web-based interface) has to be specified when installing the package from a file or repository. When the input window is displayed, just enter the login of the user created before.

If TrueConf Server is installed on the machine which is added to the domain with the pre-existing user group tcadmins, you will not see the window for entering the logins needed for accessing the control panel. However, you need to make sure that the domain group tcadmins includes required users so that you can access the server settings.

If you type a non-existing login by mistake when entering the administrator login, the installation on Debian may end with the following error:

In this case you need to run the following command as a superuser:

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.

How to add users allowed to access the control panel after installation

On Debian

  • Run this command:

    where [user_login] is the login of the user who will be added.

  • When a command prompt is displayed, enter and confirm your password.
  • If necessary, you can provide additional information about the user, e.g., his/her full name, phone number, etc.

На CentOS Stream

  • Run the command:

    where [user_login] is the login of the user who will be added.

  • Set the password for the new user [user_login] by running this command:

Problem with access to сontrol panel after password change

There are certain peculiarities of CentOS related to the work of access control lists (ACL). If the OS user, who is added to the TrueConf Server administrator group (tcsecadmins or tcadmins) changes the password, or if a new user is added to one of these groups, the command must be run on behalf of the administrator:

Step 3. Installation test

Multiple TrueConf services (called daemons in Linux) will be added to the OS. Two of them are the web server trueconf-web and trueconf-manager, the manager working with the database and settings files. They are supposed to start automatically after installation. Run the following commands to check their status:

If necessary, you can start them manually by running these commands:

The main trueconf service cannot be started until the server is registered. So, at first, one should configure access to the control panel.

Step 4. Access to the control panel

If you are within the local (corporate) network, take these steps:

  • Learn the IP address of the computer with Linux by running this command ip a.
  • From another computer within the local network, go to the page of the installed server by using its IP and proceed to registration. If the page is unavailable, try changing the access port.

If you are installing TrueConf Server on a remote computer outside the local network, e.g., a cloud-based virtual machine, you will need to edit the settings file to access the control panel. Due to security reasons, the control panel is available only inside the local network. To get access to this virtual machine from your computer, you will need to:

  • Learn the external IP address of your PC with the help of any suitable service; for example, you can open this hyperlink in your browser https://whoer.net/
  • Open the file below with any text editor (e.g., nano) as an administrator:

  • Add this line Require ip x.x.x.x/32 where x.x.x.x is the external IP address. As a result, the file should look like this:

  • Restart the TrueConf Server web service with this command:

Changing the access port for the control panel

By default, the server control panel is available via the standard HTTP 80 port and it does not have to be specified. However, if you cannot access the panel by IP, it means that the port 80 had already been taken at the moment when TrueConf Server was installed, and it is necessary to replace the port with a different one (e.g., 8080 or 8888).

  • Go to the /opt/trueconf/server/etc/webmanager/ directory with superuser rights.
  • Open the httpd.conf file with any text editor.
  • Change the port number in the Listen </port number> parameter (e.g. Listen 8888) and save changes.
  • Open the /opt/trueconf/server/etc/manager/manager.toml file with any text editor and specify the same port in the connection parameter:
  • Please restart trueconf-manager and trueconf-web services using the following commands:

After changing the port and restarting the web service, try again to access the control panel.

Step 5. Register your server

  • Since TrueConf Server is not registered yet, an admin login page will first be displayed when accessing by IP (check step 4). Sign in with the user account you have previously created:
    Install and set up your video conferencing server for Linux in 15 minutes 1
  • 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 6. 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:

Step 7. Add users and create conferences

Read the TrueConf Server documentation to take further steps:

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!


Still have questions? Please contact our support team directly via online chat.

Sign up for newsletter