GuidesLinux

Install on Linux

Titan Player for Ubuntu and Debian. Installation goes through our signed APT repository: once added, the app updates along with the rest of your system.

~5 minutesMedium

Add the repository and install

Open a terminal and paste this block. It adds the signing key, declares the repository for your distribution release — detected automatically — then installs the app.

sudo apt install -y curl
curl -fsSL https://apt.iptv-titan.com/titan-player.gpg | sudo tee /usr/share/keyrings/titan-player.gpg > /dev/null
. /etc/os-release
echo "deb [arch=amd64 signed-by=/usr/share/keyrings/titan-player.gpg] https://apt.iptv-titan.com ${UBUNTU_CODENAME:-$VERSION_CODENAME} main" \
  | sudo tee /etc/apt/sources.list.d/titan-player.list > /dev/null
sudo apt update
sudo apt install -y titan-player

The signing key proves the packages really come from us. Without it, apt refuses the repository: that is by design, and it is what protects your machine.

1

Open a terminal

On Ubuntu, press Ctrl + Alt + T. On Debian, open the terminal from the applications menu.

2

Paste the command block

Copy the block below in one go and paste it into the terminal. You will be asked for your password: the sudo commands install software on the system.

3

Let apt work

The required video libraries (mpv, VLC) are installed at the same time, by apt, from your distribution's repositories. Allow a minute or two.

4

Launch Titan Player

The app appears in your menu, or starts from the terminal with the titan-player command.

5

Add your subscription

Enter your IPTV provider credentials: Xtream Codes (host, port, username, password), M3U link, or Stalker/Ministra portal. Several accounts are supported, and can be merged into a single catalogue.

Updating later

Nothing special to do: new versions arrive with your system updates. To fetch them right away:

sudo apt update && sudo apt upgrade titan-player

Uninstalling

The app is removed like any other package. Your settings stay in your home folder.

sudo apt remove titan-player

Supported distributions

Ubuntu 26.04 LTS (resolute)
Ubuntu 24.04 LTS (noble)
Ubuntu 22.04 LTS (jammy)
Debian 13 (trixie)
Debian 12 (bookworm)
Derivatives: Linux Mint, Pop!_OS, Zorin OS, elementary OS
64-bit architecture (amd64)

Good to know

  • The .NET runtime is included: nothing else to install
  • Playback relies on your distribution's mpv and VLC
  • Updates follow your system updates
  • Clean removal, no leftovers