The Main Server is the central component of UTMStack and is responsible for managing security operations and data collection.

  1. Update packages list:
sudo apt update
  1. Download the latest version of the installer:
wget http://github.com/utmstack/UTMStack/releases/latest/download/installer
  1. Change to root user:
sudo su
  1. Set execution permissions:
chmod +x installer
  1. Execute the installer:
./installer