LoadTeam for Linux

Run LoadTeam on any 64-bit Linux machine - desktop or headless server.

Download for Linux (64-bit)

Advanced: run as a systemd service, headless or console straight from the binary.

Run modes

  • loadteam – normal app window
  • loadteam --mode console – live progress in the terminal
  • loadteam --mode headless – hidden background process
  • loadteam --mode service – systemd service

Install in three steps

  1. Download and extract. Use the button above, or pull it straight from a terminal (handy on a headless server):
    wget https://www.loadteam.com/download/LoadTeamLinux.tar.gz
    tar xzf LoadTeamLinux.tar.gz
    cd loadteam
  2. Install it. Installs LoadTeam for the current user. On Debian/Ubuntu it also pulls in the X11 libraries the desktop window needs, so it may ask for your password. (Add sudo to install LoadTeam itself system-wide.)
    bash install.sh

    If the desktop window won't open (or you're not on Debian/Ubuntu), install the GUI libraries manually:

    sudo apt-get update && sudo apt-get install -y libice6 libsm6 libx11-6 libxext6 libxrandr2 libxi6 libxcursor1 libfontconfig1 libgl1
  3. Start it and sign in with the secret key from your account page.
    ~/.local/bin/loadteam

    After this first launch you can just type loadteam in any new terminal.

Run as a background service

On a server you'll usually want LoadTeam to run automatically as a systemd service. Install with the --service option (as root):

sudo bash install.sh --service
sudo systemctl enable --now loadteam

A service or headless install needs the secret key set ahead of time - add it to LoadTeam.ini next to the executable:

apikey=YOUR_SECRET_KEY

Uninstall

bash uninstall.sh            # remove LoadTeam, keep your settings
bash uninstall.sh --purge   # remove everything

Need your secret key? It's on your account page.

Terms and Conditions
Follow LoadTeam
© 2026. LoadTeam Ltd. All rights reserved.