Skip to main content
This guide provides step-by-step instructions for installing UTMStack on Ubuntu 22.04 LTS using the installer script.

Prerequisites

  • Ubuntu 22.04 LTS server
  • Root or sudo access
  • Internet connectivity
  • System resources meeting deployment requirements

Installation Steps

1

Prepare the System

Update the package list and install required dependencies:
sudo apt update
Install WGET to download the installer:
sudo apt install wget
2

Download the Installer

Download the latest version of the UTMStack installer:
wget http://github.com/utmstack/UTMStack/releases/latest/download/installer
3

Switch to Root User

Change to the root user:
sudo su
4

Set Execution Permissions

Make the installer executable:
chmod +x installer
5

Run the Installer

Execute the installer without parameters:
./installer
The installer will guide you through the installation process and generate the necessary configurations.

Post-Installation

Default Credentials

Once UTMStack is installed:
  • Username: admin
  • Password: Generated during installation
The default password and other generated configurations are stored in /root/utmstack.yml. Make sure to secure this file and change the default password after your first login.

Accessing UTMStack

Access the UTMStack web interface using HTTPS:
https://your-server-ip-or-hostname
Always use HTTPS (not HTTP) to access the login page for secure communication.

Configuration File Location

You can find the password and other generated configurations in:
/root/utmstack.yml

Next Steps

After successful installation:
  1. Configure network settings
  2. Set up firewall rules
  3. Change the default admin password
  4. Configure your first data sources

Build docs developers (and LLMs) love