VIYAN MONITORING DASHBOARD V1

Deployment:
1. Put the application files on the monitor.viyaninfratech.com document root.
2. Edit config/database.php with your MariaDB credentials.
3. Ideally keep config/ outside the public document root. If not possible,
   use the server's directory protection and remove direct web access.
4. Temporarily open /create-admin.php to create the first dashboard user.
5. DELETE create-admin.php immediately after creating the user.
6. Open /login.php.

Dashboard:
https://monitor.viyaninfratech.com/

The dashboard reads clients and servers from the Viyan Monitoring database.

Security:
- Do not expose database.php.
- Do not keep create-admin.php after setup.
- Use HTTPS only.
- Do not store agent tokens in this dashboard package.
