diff --git a/UI/public/dashboard.php b/UI/public/dashboard.php
index 7432c7e..4a7a27b 100644
--- a/UI/public/dashboard.php
+++ b/UI/public/dashboard.php
@@ -286,58 +286,6 @@ $systemStatus = $enrollmentManager->getSystemStatus();
-
-
-
-
-
-
-
How to Use
-
- - Obtain a hash key from the ZitiNexus Portal by creating a router enrollment
- - Enter the API endpoint (default is pre-filled)
- - Paste the 32-character hash key
- - Click "Start Enrollment" to begin the process
- - Monitor the progress and logs for status updates
- - To re-enroll: Click "Clean Up Router" to reset configuration, then enter a new hash key
-
-
-
-
-
System Requirements
-
- - Ubuntu 22.04 or 24.04 LTS
- - Root/sudo access required
- - Internet connectivity
- - systemctl available
- - curl and jq packages (auto-installed)
-
-
-
-
-
File Locations
-
- /etc/zitirouter/ - Configuration directory
- /etc/zitirouter/certs/ - Certificates
- /var/log/ziti-router-enrollment.log - Enrollment log
- /etc/systemd/system/ziti-router.service - Service file
-
-
-
-
-
Service Management
-
- systemctl status ziti-router - Check status
- systemctl start ziti-router - Start service
- systemctl stop ziti-router - Stop service
- journalctl -u ziti-router -f - View logs
-
-
-
-
-