Skip to content

Install using the Virtual Appliance

Please import the provided OVA in your virtual environment. We recommend using the software from VMware.

Network Connectivity

The virtual machine is configured to use DHCP. If you net to use a static IP address or want to configure a hostname different from the default (aagm.local), feel free to contact our staff to help with the configuration.

OS Configuration

The root password in the standard settings is ‘7layer’.

The virtual machine is based on CentOS and uses the default network configuration.

Managing DICOS API Gateway

You can use the following commands to manage your DICOS API Gateway instance:

# Start DICOS API Gateway Manager
systemctl start aagm.service

# Stop DICOS API Gateway Manager
systemctl stop aagm.service

# Restart DICOS API Gateway Manager
systemclt restart aagm.service

# Enable autostart for DICOS API Gateway Manager
systemctl enable aagm.service

# Disable autostart for DICOS API Gateway Manager
systemctl disable aagm.service