wayray/book/src/client/connecting.md

16 lines
345 B
Markdown
Raw Normal View History

# Connecting to a Server
> This page will be expanded as the client implementation matures.
## Basic Connection
```bash
wrclient --server <host>:<port> --token <token>
```
## Connection Troubleshooting
- Ensure UDP port is open between client and server
- Verify TLS certificates are correct
- Check server logs for authentication failures