- Identify the correct Paperless-ngx Docker container
- Run the command required to generate a superuser
- Verify that the account was created successfully
Step 1: Identify the Docker Container Name
Since container names in ORIV are dynamically generated (e.g., containing unique strings like g27hx), you must first identify the exact name of your webserver container.- Log in to your ORIV Dashboard.
- Navigate to Servers > Select your Server.
- Go to Management > Commands.
- Run the following command:
-
Look for the image associated with paperlessngx. You are looking for a name similar to:
paperlessngx-g27hx-cloudapp-web - server-1
[!NOTE] Precisa de ajuda visual para esta etapa? Entre em contato com o nosso suporte em support@oriv.cloud.
Step 2: Execute the Superuser Creation Command
Once you have the container name, you can trigger the creation of the superadmin account. Because the ORIV Command tool is non-interactive, we pass the password as an environment variable and use the –noinput flag.- In the same Commands interface, clear the previous input.
- Paste the following command (replace [YOUR_CONTAINER_NAME] with the name found in Step 1):
[!NOTE] Precisa de ajuda visual para esta etapa? Entre em contato com o nosso suporte em support@oriv.cloud.
Step 3: Verification
After running the command, the output log in ORIV should indicate: Superuser created successfully. You can now navigate to your Paperless-ngx URL and log in with:- Username: superadmin
- Password: *******************
Alternative Method: SSH (Recommended)
While the ORIV dashboard is convenient, using SSH is the most robust method for managing Docker containers. If you have SSH access configured:- Connect to your server via terminal: ssh user@your-server-ip.
- Follow the prompts to manually enter your desired credentials.
