Access
- Admin Panel:
https://<SERVER-IP>:8443/admin - Client Panel:
https://<SERVER-IP>:8443/client - A self-signed SSL certificate is used by default. Your browser may display a security warning on the first visit.
First Login
Option 1: Use Server Root Credentials
If no AdminBolt administrator account has been created, log in using the server's root credentials.
Option 2: Generate an SSO URL
Run:
bolt-cli admin-sso-generate
Open the generated SSO URL in your browser to create the initial administrator account.
The administrator username is always admin.
Option 3: Set an Administrator Password
Generate a temporary password automatically:
bolt-cli set-admin-password
Or set a specific password:
bolt-cli set-admin-password --password=<password>
The administrator username is always admin.
When using the automatically generated temporary password, you must change it during the first login.
Notes
- If SMTP access is required for your setup but SMTP ports are blocked or unavailable, request SMTP access.