Changing the Amlen WebUI address
System administrators can change the IP address and Port values that are used to connect to the Amlen WebUI by using the Web UI Settings page.
To disconnect any users from the old port, you can stop or restart the Web UI process.
- If you are using Docker, you can stop the Amlen WebUI by entering the following command:
You can start the Amlen WebUI by entering the following command:docker stop <WebUI container name>
docker start <WebUI container name>
- If you are running on a host operating system, you can stop the Amlen WebUI by entering the following command:
You can start the Amlen WebUI by entering the following command:systemctl stop imawebui
systemctl start imawebui