Getting Started
Connecting Your First Router
10 min read
•Updated January 2026
Connect your MikroTik router to Kitonga to start managing WiFi access.
Prerequisites
- MikroTik router with RouterOS 6.45 or higher
- Router connected to the internet
- Access to router via WinBox or WebFig
- Public IP address or port forwarding configured
Step 1: Enable API Access
On your MikroTik router, enable the API service:
/ip service set api address=0.0.0.0/0 disabled=no /ip service set api-ssl address=0.0.0.0/0 disabled=no
Step 2: Create API User
/user add name=kitonga-api password=YOUR_SECURE_PASSWORD group=full
Step 3: Add Router in Kitonga
- Go to Routers in your dashboard
- Click Add Router
- Fill in the details:
- Name: Your router name
- Host: Router IP or domain
- Port: 8728 (API) or 8729 (API-SSL)
- Username: kitonga-api
- Password: Your secure password
- Click Test Connection
- If successful, click Save
Success!
Your router is now connected. Proceed to configure the hotspot server.