UTMStack Update Guide

Keeping your UTMSTACK software up to date is essential for maintaining system security, performance, and access to the latest features. This guide will walk you through the necessary steps to update UTMSTACK to the latest version.

  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

Table of contents