This page tells you one easy way to setup WiFi on your FluidNC controller. To learn all the details about the WiFi configuration settings, refer to Wifi and Bluetooth .
FluidNC can connect to WiFi in either Access Point mode, in which the ESP32 chip acts as the WiFi access point without access to the Internet, and Station Mode, where the ESP32 connects to an external network via your WiFi router. We strongly recommend that you use Station Mode, which has much better performance and stability. Access Point Mode can be useful for setup and recovery, but does not work well for day to day usage.
There are many different ways to setup WiFi. These instructions tell you how to do it with FluidNC Web Installer , which is perhaps the easiest way.
If there is a FluidTerm or any other terminal or sender program that is currently connected to FluidNC, disconnect it so that no program has the FluidNC USB serial port open. Ensure that the FluidNC controller is plugged into a USB port on your computer.
Choose the serial port that is connected to FluidNC and hit Connect. If the connection dialog shows multiple possibilities, you will need to find the one that is connected to FluidNC. One way is to temporarily unplug the FluidNC USB serial port and see which choice disappears.
Choose the WiFi item in the side menu
Use the dropdown to select the SSID of your WiFi network, enter the password, and hit Save
FluidNC will restart to apply the new settings. If connection succeeds, you will see the connection information; Note the Hostname and IP values which you will need later.
If the connection to your WiFi network did not succeed, you might need to change the Min security field, depending on the security setting of your WiFi router.
After you get a good connection to your WiFi network, it should be possible to browse to the FluidNC Web User Interface. There are two possible addresses that you can enter in the browser's address bar. First try “fluidnc.local” (or replace “fluidnc” with whatever value is in the “Hostname” field above (you can configure that to be whatever you want via the Configure WiFi page). If that doesn't work (since some computers can have trouble with “.local” addresses), then try the IP address that is shown for your network (often “192.168.something.something”).