How to manually install ITESlive on a dedicated Linux media player?
Here's to manually install ITESlive on a dedicated Linux media player.
| Available with: |
| Linux Player: Starter, Pro, Premium |
You will need:
An AMD64 or ARM64 compatible PC, a stable internet connection, and a Linux distribution of your choice—Debian is recommended for easier and more efficient customer support.
Installing a Linux distribution
Users are free to install the Linux distribution of their choice. However, we recommend using Debian for a more streamlined technical support.
Warning: While installing your Linux distribution, DO NOT install any Desktop Environment. Be sure to uncheck any default desktop environment present during the installation process.

Creating a display user
Note: The operating system must not have a pre-existing user account named iteslive.
Open a terminal and type the following command.
sudo useradd iteslive -m -s /bin/bash
Downloading the necessary packages
To download the x86_64 client, enter:
wget https://iteslive.tv/iteslive-linux-x64.zip -O /tmp/iteslive.zip
To download the ARM64 client, enter:
wget https://iteslive.tv/iteslive-linux-arm64.zip -O /tmp/iteslive.zip
Wait until the download is finished, then enter the next commands:
sudo dpkg -i /tmp/packages-microsoft-prod.deb
rm /tmp/packages-microsoft-prod.deb
sudo apt update
Finally enter the following command and wait for the installation to conclude before moving onto the following steps.
sudo apt -y install unzip labwc lightdm grim dotnet-runtime-8.0 libnss3 wlr-randr libasound2 alsa-utils pulseaudio alacritty polkitd
Downloading and install ITESlive
Important: pick the appropriate command based on your CPU architecture. If you are unsure which client you should contact our support team.
To download the x86_64 client, enter the following command
wget https://iteslive.tv/iteslive-linux-x64.zip -O /tmp/iteslive.zip
Or to download the ARM64 client, enter the following command
wget https://iteslive.tv/iteslive-linux-arm64.zip -O /tmp/iteslive.zip
Then, enter the following commands
sudo unzip /tmp/iteslive.zip -d /home/iteslive/iteslive/
rm /tmp/iteslive.zip
sudo chown -R iteslive:iteslive /home/iteslive/iteslive/
Configuring the display environment
In your terminal, enter the following command:
sudo systemctl enable lightdm
Enabling autologin and autostart
In your terminal, enter the following commands:
sudo sed -i '/^\[Seat:\*\]$/a autologin-user=iteslive\nautologin-user-timeout=0\nautologin-session=labwc' /etc/lightdm/lightdm.conf
echo -e "cd ~/iteslive\n./iwatcher" | sudo tee /home/iteslive/.config/labwc/autostart
sudo chown -R iteslive:iteslive /home/iteslive/.config
Entering your activation PIN
Reboot your Linux player in order to lauch your display session and ITESlive. Then, enter your PIN once the prompt appears on screen.
See the article for generating a PIN for this step: Generating a PIN
