Skip to main content

[How-To] Install AMP on Debian 12

Purpose

This document aims to install AMP on Debian 12 VM or LXC.

Prerequisites

List of prerequisites:

  • Root user or sudo user
  • Debian 12 LXC or VM

Amp Installation Instructions

Step 1: Set the Time on the Server

Amp Relies on the server having network time services active and working. Run the following command to set the time zone correctly:

dpkg-reconfigure locales && locale-gen

Walk through the on-screen options and configure them to your environment's needs.

Step 2: Install AMP

Run the following command to start the interactive amp installation:

bash <(wget -qO- getamp.sh)

This will run in the command line and allow you to configure the initial server. Select the options that suit you. 

Step 3: Initial Config in UI

Once the terminal install is done, it will tell you to go to a browser and go to the server's local IP and port 8080 like this:

http://192.186.1.10:8080

There, you will finish the installation by determining server type, security settings, and apply your AMP License.