Linux installation: package, services, and command line checks

Run uname -m. Use the x86_64 package for Intel / AMD servers and the aarch64 package for ARM64 machines.

Linux

Linux: Linux installation: package, services, and command line checks

Linux uses the same runtime features as Windows. Choose the package by CPU architecture and use systemd services for normal operation.

Choose the package

Run uname -m. Use the x86_64 package for Intel / AMD servers and the aarch64 package for ARM64 machines.

Install

Extract the package and run sudo bash install.sh. The installer copies files to /opt/hqcontrol, registers services, enables autostart, and installs hqcontrolctl.

Useful commands

Use hqcontrolctl for status, health checks, ports, logs, restart, and license import/export.

sudo hqcontrolctl status
sudo hqcontrolctl health
sudo hqcontrolctl ports
sudo hqcontrolctl logs all
sudo hqcontrolctl restart

Common install failure

If extraction fails with No space left on device, check the target filesystem. Virtual machines may expose a CD-ROM or small system partition that is not suitable for installation.