--- id: initial-config title: Initial Configuration sidebar_label: Initial Configuration slug: /getting-started/initial-config sidebar_position: 4 --- import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; import LoRaRegions from '../blocks/_lora-regions.mdx'; ## Connect to Device :::info Connecting over network is only supported on ESP32 devices. ::: ### Clients Supported by Connection Type Depending on your connection, some configuration options are not fully supported. Find out which Client is best for your type of connection. - [Python CLI](/docs/software/python/cli/) - [Web Client](https://client.meshtastic.org) - [Android App](/docs/category/android-app) - [Android App](/docs/category/android-app) - [Web Client](https://client.meshtastic.org) - [iOS App](/docs/category/apple-apps) - [Web Client](https://client.meshtastic.org) - [Android App](/docs/category/android-app) - [iOS App](/docs/category/apple-apps) - [Python CLI](/docs/software/python/cli/) ## Set Regional Settings 1. Follow the [installation](/docs/software/android/installation) and [usage](/docs/software/python/cli/usage) instructions for [Meshtastic Android](/docs/category/android-app). 2. Open the app, connect to the device from your phone over USB Serial or Bluetooth. 3. Once paired, Click "UNSET" next to the device name. 4. Select the region from the list according to your regional location. :::info Configuration of Region, Modem Preset and Hop Limit is available on iOS, iPadOS and macOS at Settings > Radio Configuration > LoRa. ::: 1. Install [Meshtastic PythonCLI](/docs/software/python/cli/installation) ```sh pip3 install --upgrade pytap2 pip3 install --upgrade meshtastic ``` 2. Run the following command, replacing `` with the region code listed above according to your regional location. ```sh meshtastic --set lora.region ``` 1. Open the Meshtastic Web interface: [client.meshtastic.org](https://client.meshtastic.org) 2. Navigate to the **LoRa** menu. 3. Under **Regional Settings**, set your **Region** according to your regional location. 4. Click **Save**. ### Region Codes