Connections¶
The Connections page displays all network connections going through Rover in real time, helping you monitor traffic and troubleshoot issues.
Connection Information¶
Each connection shows the following fields:
| Field | Description |
|---|---|
| Address | Destination domain or IP + port |
| Process | Application that initiated the connection |
| Chain | Proxy chain the traffic goes through |
| Rule | Which routing rule was matched |
| Upload / Download | Data usage for this connection |
| Time | Duration of the connection |
Search & Filter¶
Type a keyword (domain, IP, process name) in the search box to quickly filter the connection list.
Closing Connections¶
- Click the × on the right side of a connection to close it
- Click Close All at the top to clear all connections
Quick Add Rule¶
Click the + button on the right side of a connection to quickly extract the domain, IP, or process name as a routing rule and add it to a local rule set.
Use Case
Found an app going through the wrong outbound? Find it on the Connections page, click + to add a rule directly — no need to manually enter the domain or IP.
Troubleshooting Routing Issues¶
The Connections page is the first stop for routing troubleshooting:
- Find the target connection (search by domain or process name)
- Check the "Rule" column to see which policy was matched
- If the wrong rule was matched, go to the "Policies" page and adjust the rule order or conditions
- If no rule was matched, check the "Final Outbound" setting
Data Source
Connection data is fetched in real time from the sing-box API via WebSocket. Updates are paused when the page is inactive to save resources.