Step 1: Collect the Sudo Password for the Root User
When your server is first created in ORIV, you’ll receive a welcome email with the root user’s sudo credentials. 📩 Look for:- User:
root - Sudo Password: (available in the email)
[!NOTE] Precisa de ajuda visual para esta etapa? Entre em contato com o nosso suporte em support@oriv.cloud.
Step 2: Confirm or Add root as a Sudo User (if needed)
To verify or add root as a sudo user:
- Go to your server dashboard in ORIV.
- Navigate to
Management→Sudo Users. - If not already present, add a new sudo user:
- Username:
root - Password: (use the one from the welcome email or set a new one)
- Attach your SSH key
- Username:
[!NOTE] Precisa de ajuda visual para esta etapa? Entre em contato com o nosso suporte em support@oriv.cloud.
Step 3: Connect via SFTP
Use any SFTP client such as FileZilla, Cyberduck, or Transmit. Connection Details:- Protocol:
SFTP - Address: Your server’s IP
- Username:
root - Authentication: SSH Key or Password (from email)
- Remote Path:
/var/www/
(This is where all your site directories are located)
[!NOTE] Precisa de ajuda visual para esta etapa? Entre em contato com o nosso suporte em support@oriv.cloud.
Syncing the Password (Optional)
You can use the same sudo password as the one provided in the setup email for consistency, or set a different password when creating the sudo user in ORIV’s panel.Important Notes
- Avoid using the root user for regular uploads unless necessary.
- For site-specific access, always use the site user auto-created by ORIV.
- Misuse of the root user can impact all sites – use carefully.
