Connection & setup · Updated: July 21, 2026
WiFi in Lùmen is GRBL over TCP: the same command stream as USB, sent over the network to the controller's IP address and port. When Connect fails or times out, one of four things is almost always wrong. Work through them in order.
Only machines with an ESP32/ESP3D-class controller and network firmware — the Algolaser Pixie is a typical example — expose GRBL over WiFi. Classic USB-only GRBL boards (the ones with a CH340 or CP210x serial chip) have no radio at all: no adapter or dongle can add WiFi to them. If your machine is USB-only, that's not a bug — connect via USB instead.
Not sure which kind you have? The WiFi laser engraver guide explains how to tell, and how the whole setup works.
Your Mac must be able to reach the controller's IP address:
ALA1-AP-xxxx). Join it from your Mac's WiFi menu. Note that while connected to the hotspot, your Mac usually has no internet.Most ESP32/ESP3D laser controllers expose the GRBL stream on TCP port 23 (some firmware uses a different one — check your machine's documentation). The IP address is shown by the machine's own app/display, or can be read over USB with the $WRS command in the console.
Keep in mind the IP can change after a router reboot (DHCP). If a connection that used to work suddenly doesn't, re-check the IP first — and consider giving the engraver a reserved/static IP in your router settings so it stops moving.
The first time an app connects to a device on your local network, macOS shows a “Local Network” permission prompt. If it was denied (or dismissed), connections to 192.168.x.x addresses fail or hang. Fix it in System Settings → Privacy & Security → Local Network: make sure Lùmen is enabled, then try again.
WiFi can drop silently where USB would fail loudly — weak signal, router restarts, controller reboots. Lùmen's stall watchdog warns you when a running job goes quiet. After any disconnect, reconnect and home the machine again before restarting the job: the controller loses its position state. For long jobs, prefer a strong signal or the USB cable, and see the WiFi guide for the reliable-streaming mode.
Reach out to support with your engraver model and controller/firmware, the IP and port you're using, and how the machine is on the network (home WiFi or hotspot) — that's usually enough to pin it down quickly.