Documentation
Get StartedGetting Started

Authentication

Access the platform using the provided URL. If you are not authenticated, the system redirects you to the Login page.

Initial Access (Default Credentials)

CAUTION

Production Security: In production environments, reset default passwords immediately upon first login. Use these credentials only for initial deployment or evaluation.

AttributeDefault Value
Usernameadmin
PasswordPassword@123

Sign-in Flow

  1. Navigate to the UI: Open the SandBytes URL in a supported browser.
  2. Input Credentials: Enter your assigned Username and Password.
  3. Click Login.

SandBytes Login Interface

  1. Verify Session: Upon successful validation, the system redirects to the Dashboard.

Troubleshooting

If authentication fails, verify the following:

  • Connectivity: Confirm the API endpoint is reachable from your network.
  • Account Status: Ensure the account has not been disabled by an administrator.
  • Network (Inspect): In the browser DevToolsNetwork tab, inspect requests to the API to confirm they are sent and check response status (e.g. 200 for success, 4xx/5xx for errors). Use this to verify the API is reachable and responding.
  • Logs: Review the API and Worker logs for specific error codes or timeout events.

IMPORTANT

To terminate your session, select Logout from the User Menu in the Top Bar.