--- sidebar_label: Configuration collapsible: true sidebar_position: 4 id: configuration title: Configuration slug: /configuration description: How to configure your Meshtastic device to get started --- import LoRaRegions from "../blocks/_lora-regions.mdx"; import TabItem from "@theme/TabItem"; import Tabs from "@theme/Tabs"; ## Select Region To start communicating over the mesh, the only setting your must configure is your region. This controls the frequency range your device uses and should be set according to your regional location. #### Android 1. [Install the Android app](/docs/software/android/installation) 2. Connect to the device using Bluetooth or USB Serial. 3. Tap "UNSET" next to the device name. 4. Select the region #### Apple 1. [Install the Apple app](/docs/software/apple/installation/) 2. Connect to the device using Bluetooth 3. If unset, tap "Set Region" or go to Settings > LoRa #### CLI 1. [Install the Python CLI](/docs/software/python/cli/installation) 2. Run the following command, replacing `` with the region code listed above according to your regional location. ```sh meshtastic --set lora.region ``` #### Web 1. Open the Meshtastic Web interface: [client.meshtastic.org](https://client.meshtastic.org). 2. Connect to your device. 3. Navigate to **Config** > **LoRa** menu. 3. Set **Region** according to your regional location. 4. Click the **Save** icon. ### Region Codes Refer to [LoRa Region by Country](/docs/configuration/region-by-country) for a more comprehensive list.