Web Client Overview
Meshtastic Web is a Meshtastic client that runs directly in your browser. There are three ways of accessing the app:
- Served directly from an ESP32 based node via meshtastic.local or the device's IP Address.1
- A hosted version located at client.meshtastic.org.
- Hosting it yourself.
Compatibility
The application will work in all major browsers, but specific functionality is limited in some cases. For the best experience we recommend using a Chromium based browser such as Google Chrome or Microsoft Edge.
HTTP
This method of connecting is limited to esp32 devices.
When using the hosted version of the application, all traffic must be served over HTTPS.
Meshtastic nodes generate self-signed certificates, and you must inform your browser that you wish to trust the aforementioned certificate.
This can be done by first accessing your node directly via your browser: https://NODE_IP_ADDRESS/
replacing NODE_IP_ADDRESS
with the IP address of your node.
This can be found on the screen of the device, via your router's DHCP lease page or serial console.
You can accessing your device over HTTP after you set up your Network Connection
Bluetooth
Bluetooth support is governed by the availability of the Web Bluetooth API as illustrated below. Support is primarily available in Chromium based browsers.
Serial (USB)
The method with the least platform support, which uses the Web Serial API, allows us to connect directly to a Meshtastic node over USB and access it from directly within your browser.
Updating
The web interface is included in firmware releases. When a new firmware version is released, the latest WebUI will be automatically bundled.
Self Hosting
The source code for the WebUI can be found on our GitHub
Instructions for building and running the project can be found in the repo's readme.
Footnotes
-
If multiple Meshtastic devices are serving the web client on the same local area network, these devices can be reached by adding a suffix of "-2" (or higher numbers if there are additional devices) to the local URL. Example
meshtastic-2.local
ormeshtastic-3.local
. ↩