-
Notifications
You must be signed in to change notification settings - Fork 121
Authentication
Henry Whitaker edited this page Aug 21, 2020
·
2 revisions
Authentication is optional. When enabled, unauthenticated users will only be able to see the graphs and tests table. To be able to queue a new speedtest, backup/restore data and update instance settings you will need to log in. To enable authentication, pass the AUTH=true environment variable in docker or run php artisan speedtest:auth --enable for manual installs (same command with --disable to turn it off).
The default credentials are:
| Field | Function |
|---|---|
| username | admin@admin.com |
| password | password |
After enabling, you should change the password through the web UI.