Completing installation if you closed your terminal window
The web URL required to complete the LxRoot setup is presented at the very end of the command line installation process. If you closed your terminal window before making a note of it, you can recover the session by extracting the Registration Key from the orchestration container.
1. Retrieve the Registration Key
Run the following command as root or with sudo on your control panel server:
docker inspect orchd | grep -oE "REGISTRATION_KEY\=([a-z0-9-]+)" | sed 's/REGISTRATION_KEY=//'
This will return a unique UUID (e.g., 550e8400-e29b-41d4-a716-446655440000).
2. Reconstruct the Setup URL
Once you have the key, manually build your setup URL using the following structure:
- {controlPanelDomain}: The domain name you specified during the initial CLI installation.
- {registrationKey}: The UUID string generated by the Docker command in Step 1.
Troubleshooting: If the domain is not yet resolving via DNS, you can use the server's IP address in place of the domain to reach the setup screen.