# Confirmation of application's running Start the browser(see also [supported browser list](../faq_general/index.html#recommended-hardware-specification)), and access the URL given below. In {IP_ADDRESS}, enter the IP address you found when installing the application. ``` http://{IP_ADDRESS}:3200/ ``` If the following window appears, the installed application is running. ```{image} media/register_license.png :width: 800px :name: img_register_license ``` (input-license-information)= # Add license Copy the license information text from MANUFACIA support by e-mail and paste into the entry field, then press [Add license] to activate MANUFACIA. If it is successful, the following screen will come up. ```{image} media/toppage.png :width: 800px :name: img_toppage ``` ```{important} 1. The date next to `EXPIRATION` means that **license will be invalid as soon as the present date becomes the date**. After 30 days before expiring date, a message will be additionally displayed, which says `MANUFACIA license will expire in xx days`. If you want to keep using MANUFACIA, ask MANUFACIA sales representative to issue a new license by a week before expiration to avoid any trouble. 2. After license expiration there will be no access to a lab or a project possible, but data are kept. Add a new license to be able access them again. ``` # Stop application With the following command, MANUFACIA related containers will be stopped. Execute this before shutting down the PC. ```console $ manufacia-ctrl --maint down ``` (manufacia-uninstall)= # Uninstall Check if AI model tester's Docker container exists. If it does, stop it first before stopping MANUFACIA. Please refer to the PDF manual enclosed in deliverables to know how to stop AI model tester Docker container. Then, stop MANUFACIA and check if the docker container has been removed. ```console $ docker ps ``` ```{attention} If the docker container was not removed, then delete it by docker command. ``` After confirming there is no related containers, - delete doker image files + manufacia-gpu-xxx + redis 5.0-alpine + postgres 10.5-alpine + eclipse-mosqutto - delete all environment variables that were added. - delete ~/.manufacia directory.