Local agent
The local agent receives HTTPS requests for your *.localhost routes and forwards them to local app ports.
You usually do not run it directly. routeup setup starts it, and bare
routeup, routeup serve, and routeup expose start it on demand when needed.
What it does
Section titled “What it does”- Terminates local HTTPS using certificates signed by the routeup local CA.
- Keeps the active route registry.
- Reverse-proxies requests by
Hostheader to the configured local port. - Owns public tunnel clients started by
routeup serve --exposeand standalonerouteup expose.
The agent keeps route and tunnel state in memory. Live foreground and detached CLI owners reconcile their exact desired state after an agent restart. Request logs and captures are not restored because their bounded ring belongs to the agent process.
Debug commands
Section titled “Debug commands”routeup agent statusrouteup agent startrouteup agent stoprouteup agent restartThese are mainly useful after an upgrade or while debugging setup issues.