--- id: clients title: Clients Overview sidebar_label: Clients Overview --- import { DownloadCard } from '/src/pages/downloads/_components/DownloadCard.tsx' ## Overview There are many ways to connect to your newly flashed device. Below is a quickstart for each client that you can use to connect to your radio. ### Commandline Interface (CLI) The CLI is currently the best way to manage your settings. It is feature rich and well documented. The [settings pages](/docs/settings) have examples for each user preference for the device. The CLI is available as a standalone executable for Windows, Mac OS or linux or as part of the [Meshtastic-python](https://github.com/meshtastic/Meshtastic-python) project. If you'd like to use python to interface with a device, see the [API documentation](https://python.meshtastic.org). To install the prebuilt binary refer to: [Meshtastic-python standalone executable](/docs/software/python/python-standalone). To install/upgrade Meshtastic-python manually, see below: ```bash title="Install Meshtastic-python (includes CLI)" pip install meshtastic ``` ```bash title="Upgrade Meshtastic-python (includes CLI)" pip install --upgrade meshtastic ``` :::note Some installations of python may require you to substitute 'pip3' for the 'pip' command. ::: ### Mobile Client Downloads ### Serial Using your preferred program (PuTTy, Serial, etc) connect to your device with the following settings to see the logs in real time. | Baudrate | Data Bits | Parity | Stop Bits | | :------: | :-------: | :----: | :-------: | | `921600` | `8` | `None` | `1` | ### Web