mirror of
https://github.com/CloudNebulaProject/wayray.git
synced 2026-04-10 21:20:40 +00:00
Follow illumos CLI naming conventions (zoneadm, svcadm, dladm): wayray-server → wrsrvd wayray-client → wrclient wayray-ctl → wradm wayray-greeter → wrlogin wayray-session-launcher → wrsessd wayray-gateway → wrgw wayray-wm-floating → wr-wm-floating wayray-wm-tiling → wr-wm-tiling Updated across all 23 documentation files, ADRs, book pages, roadmap, and CLAUDE.md. Added binary name table to CLAUDE.md.
345 B
345 B
Connecting to a Server
This page will be expanded as the client implementation matures.
Basic Connection
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