mirror of
https://github.com/CloudNebulaProject/wayray.git
synced 2026-04-11 05:30:40 +00:00
16 lines
350 B
Markdown
16 lines
350 B
Markdown
|
|
# Connecting to a Server
|
||
|
|
|
||
|
|
> This page will be expanded as the client implementation matures.
|
||
|
|
|
||
|
|
## Basic Connection
|
||
|
|
|
||
|
|
```bash
|
||
|
|
wayray-client --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
|