System Status

Ziti CLI Status

Router Service

Configuration

🖥

Hostname

Router Enrollment

ZitiNexus Portal API endpoint
Router enrollment hash key from ZitiNexus Portal
Initialize
Requirements
Install
Directories
Register
Configure
Enroll
Service
Start
Report
Complete

Information

How to Use

  1. Obtain a hash key from the ZitiNexus Portal by creating a router enrollment
  2. Enter the API endpoint (default is pre-filled)
  3. Paste the 32-character hash key
  4. Click "Start Enrollment" to begin the process
  5. Monitor the progress and logs for status updates

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