Run LoadTeam on any 64-bit Linux machine - desktop or headless server.
Advanced: run as a systemd service, headless or console straight from the binary.
loadteam – normal app windowloadteam --mode console – live progress in the terminalloadteam --mode headless – hidden background processloadteam --mode service – systemd servicetar xzf LoadTeam_Linux.tar.gz cd loadteam
root for a system-wide install.
./install.sh
loadteam
On a server you'll usually want LoadTeam to run automatically as a
systemd service. Install with the --service option (as root):
sudo ./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.sh # remove LoadTeam, keep your settings ./uninstall.sh --purge # remove everything
Need your secret key? It's on your account page.