Binding AMP Webinterface to specific IP Adress

OS Name/Version: Debian GNU/Linux 13 (trixie)

Product Name/Version: AMP Instance Manager v2.8.0.4 built 24/07/2026 17:14

Problem Description:

Aloha everyone,

first at all: my english wrting skills are horrible but there is a that I can’t resolve on my own.

I tried to bind the AMP Webserver to a wireguard ip address so the WebInterface is only accessible via the WireGuard VPN.

The following commands are used as suggested in other threads:

ampinstmgr stop ADS01 
ampinstmgr rebindinstance ADS01 192.168.200.1 8080
ampinstmgr repairauth standalone http://localhost:8080

While doing these steps I used watch and grep to get Webserver.IPBinding.
Doing the rebind changes the ip to the desired one, but repairauth changes it back to 0.0.0.0.

Is there a way to change ist permanently to the desired ip or would you suggest to block the port for incoming connections on the public ip?

Steps to reproduce:

  • Stop instance
  • Rebind it to other ip with same Port
  • Repair auth

Actions taken to resolve so far:

  • Changed the URL in repairauth to URL with the desired ip e. g.: http:// 192.168.200.1:8080