serverme start
Start tunnels from a configuration file.
bash
serverme start [flags]Starts all tunnels defined in a YAML configuration file. Useful for running multiple tunnels at once.
Examples
bash
# Use default config (~/.serverme/serverme.yml)# Use custom config serverme start --config ./serverme.yml ```
Flags
| Flag | Default | Description |
|---|---|---|
-c, --config | ~/.serverme/serverme.yml | Config file path |
Auto-reconnect
serverme start automatically reconnects if the connection drops, with exponential backoff (1s → 60s max).