# Completing installation if you closed your terminal window

The web URL to complete installation is presented to you at the end of the command line installation process. If you closed your terminal, it is possible to recover. Run the following command as root or with sudo:

docker inspect orchd | grep -oE "REGISTRATION_KEY\=([a-z0-9-]+)" | sed 's/REGISTRATION_KEY=//'

This will give you the registration key to complete the setup. You should then browse to:

https://{controlPanelDomain}/setup/{registrationKey} (opens new window)

Where {controlPanelDomain} is the control panel domain you chose when starting the command line installation and {registrationKey} is the UUID from the above command.