I’ve recently acquired a few Intel Compute Sticks and as a result am changing from a single Raspberry PI to a distributed architecture where I run the server within a Proxmox LXC and then use the Compute Stick (Windows) to connect to it.
The server side is done and running but I can’t figure out how to get the client to work.
With the “full” setup, there is the windows switch:
npm run start:windows
What’s the equivalent setting for the client only? I can’t find it in docs or forum posts. When I run
node clientonly --address x.x.x.x --port 8080
I’m getting
Error: Requires environment variable WAYLAND_DISPLAY or DISPLAY, none is provided.
Any hints greatly appreciated.