Skip to main content

Device Configuration Settings

The Device configuration section (Config > Device) controls fundamental node behavior: its role in the network, how it handles rebroadcasting, node info broadcasts, and administrative access. These are the most impactful settings for network performance and should be understood before deploying any node.

Access these settings in the Meshtastic app under Settings > Radio Configuration > Device, via the web interface at http://<node-ip>/config, or through the Python CLI with meshtastic --set device.*.


Role

Config key: device.role
Default: CLIENT

The Role setting is the single most important Device configuration choice. It tells the firmware how this node should behave in the mesh - specifically, how aggressively it should rebroadcast packets, whether it should send periodic node info, and how it prioritizes battery life versus network contribution.

Available Roles

CLIENT

The standard role for personal devices carried by users. CLIENT nodes:

  • Participate normally in mesh routing (rebroadcast packets they receive)
  • Send NodeInfo broadcasts on the configured interval
  • Receive and send messages on all subscribed channels
  • Display in other nodes' neighbor lists

Use when: You are deploying a personal handheld node, a node you carry daily, or any general-purpose device.

CLIENT_MUTE

Identical to CLIENT but with packet rebroadcasting disabled. A CLIENT_MUTE node receives packets but does not relay them to other nodes.nodes' Itpackets effectively(no becomesrouting-layer arebroadcast), receive-onlybut listenerit onstill thesends meshand routingreceives layer.its own messages.

Use when: You have many devices in close proximity (e.g., all members of a team within radio range of each other). Adding non-muted CLIENT nodes in a dense cluster creates redundant rebroadcasts that waste airtime. Making most of them CLIENT_MUTE reduces channel utilization while maintaining full message delivery to those devices.

Also useful for: Devices behind NAT or VPN tunnels acting as monitoring receivers; test devices you don't want to affect mesh traffic.

ROUTER

Designed for fixed infrastructure nodes at high elevation or central locations. ROUTER nodes:

  • Rebroadcast packets with the highest priority
  • Use a longer NodeInfo broadcast interval to reduce overhead traffic
  • Are favored in routing decisions - the mesh prefers to route through ROUTER nodes
  • Disable the LED activity indicatorscreen and screenreduce (ifradio/BLE present)activity by default to save power (ROUTER enables Power Saving automatically on ESP32)

Use when: Deploying a node on a rooftop, tower, hilltop, or any other fixed elevated location whose primary job is to relay traffic for other nodes. ROUTERs form the backbone of a community mesh.

Important: Only set ROUTER on nodes that will genuinely be at good RF locations. A ROUTER with poor antenna placement will be preferred for routing but perform poorly, degrading the network. It's better to use CLIENT on a node that isn't actually a good relay point.

ROUTER_CLIENT (deprecated; use ROUTER or REPEATER instead)removed)

AROUTER_CLIENT was a hybrid role combiningthat combined ROUTER routing behavior with CLIENT-level NodeInfo and message participation. ROUTER_CLIENTThis (deprecated;role usewas ROUTERdeprecated orand REPEATER instead) nodes act as network infrastructure while still showing up activelyremoved in thefirmware node list2.3.15 and acceptingis messagesno aslonger a primaryselectable userrole device.in current firmware.

UseWhat when:to use instead: YouFor wanta home node that both relays traffic and receives your own messages, use CLIENT (which performs smart rebroadcasting via managed flooding) or ROUTER_LATE. For a node to serve as infrastructure (good location, elevated) but also receive your own messages. Common for operators who have a node at home on a mast and want both routing benefit and personal message delivery to that node.

Note: ROUTER_CLIENT (deprecated; use ROUTER or REPEATER instead) uses somewhat more airtime than pure ROUTER because it participates more actively in NodeInfo and channel activity. If the node is purely infrastructure, use ROUTER.ROUTER.

REPEATER

The most minimal infrastructure role. Note: REPEATER is deprecated as of firmware 2.7.11; for new infrastructure deployments prefer ROUTER (or ROUTER_LATE). REPEATER nodes:

  • Rebroadcast all received packets immediatelyonce (highestwith rebroadcastprioritized priority,timing evensimilar higherto thanROUTER, ROUTER)with minimal overhead
  • Do NOT send NodeInfo broadcasts - they are intentionally invisible in the node list
  • Do NOT participate in messaging - they cannot send or receive application-layer messages
  • Consume minimal airtime overhead

Use when: Deploying a relay-only node in a gap in coverage where you only need packet forwarding and don't need the node to participate in messaging or appear in the network map. REPEATER nodes are ideal for embedded or remotely deployed relays with no user interaction.

Caution: Because REPEATER nodes don't send NodeInfo, they won't appear on your map or in your node list. This makes it harder to verify they are online. Plan for out-of-band monitoring (serial console, MQTT telemetry, physical LED) if using REPEATER in unattended deployments.

TRACKER

Optimized for asset and vehicle tracking use cases. TRACKER nodes:

  • Send frequent position updates automatically
  • Are optimized to conserve bandwidth by only broadcasting position data (they reduce other overhead)
  • CanPrioritize beposition configuredpackets. withSmart smartposition beaconing:broadcast (transmit when moving, reduce rate when stationarystationary) is configured via the position settings (position.position_broadcast_smart_enabled and related fields) and applies regardless of role

Use when: Attaching a node to a vehicle, pet, person, or asset for location tracking. The TRACKER role signals to the firmware and other nodes that this device's primary purpose is position reporting.

TAK

Designed for interoperability with TAK (Team Awareness Kit) - tactical situational awareness software used by military, law enforcement, SAR teams, and emergency management. TAK role nodes:

  • Format outgoing position packets in a way compatible with TAK server ingestion
  • Enable TAK-specific extensions in the Meshtastic packet format
  • Work alongside ATAK (Android TAK) and WinTAK clients

Use when: Integrating Meshtastic into a TAK-based operational picture. Requires TAK server infrastructure or ATAK-capable devices on the network. Not useful for general community mesh deployments.

SENSOR

Optimized for sensor nodes that transmit telemetry data (temperature, humidity, air quality, power levels, etc.) rather than user messages. SENSOR nodes:

  • PrioritizeStill lowparticipate power consumption overin routing participationmessages for other devices, but prioritize sending their own telemetry data; they can reduce routing/airtime and sleep between readings when power.is_power_saving is enabled
  • May sleep between sensor readings
  • Reduce rebroadcast activity to conserve battery (retransmit while awake only)

Use when: Deploying a battery-powered environmental sensor, weather station, or power monitor. The node's primary job is to report readings, not to relay traffic.

LOST_AND_FOUND

A specialized tracker role for lost-item finders (similar in concept to Apple AirTags or Tile trackers but on the Meshtastic mesh). Lost_And_Found nodes:

  • Broadcast their positionlocation atas a very low duty cyclemessage to extendthe batterydefault lifechannel regularly to assist with device recovery
  • Are designed for small form-factor nodes attached to items (bags, bikes, pets)
  • OtherThe meshlost nodesnode thatbroadcasts receiveits own location to the beacondefault channel; anyone in range receives it and can reportuse it to recover the position on the finder's behalfdevice

Use when: Building a lost-item tracker on Meshtastic hardware. Not suitable for primary communication or infrastructure roles.

Note on role availability: The exact set of selectable roles (and their spelling) depends on your firmware version. Current roles include CLIENT, CLIENT_MUTE, CLIENT_HIDDEN, ROUTER, ROUTER_LATE, REPEATER (deprecated), TRACKER, SENSOR, TAK, TAK_TRACKER, and LOST_AND_FOUND. If a role above does not appear in your app's role dropdown, update to current firmware.


Serial Console Enabled

Config key: device.security.serial_enabled (this setting lives under the security.* namespace, not device.*)
Default: true

Controls whether the firmware exposes a serial console on the USB/UART port. When enabled, you can connect to the node via USB serial (commonly at 115200 baudbaud) and interact with the device (view logs, run CLI commands). WhenDisabling disabled,this prevents the serialSerial portConsole isfrom notinitializing active.the Stream API.

Disable when: Deploying a node in an environment where unauthorized USB access is a concern, or to reduce power consumption marginally in deeply embedded deployments. Most users should leave this enabled - it is the primary recovery mechanism if you lose network access to the node.

Warning: If you disable Serial Console and also lose WiFi/Bluetooth access to the node, recovery may require a full firmware reflash.


Debug Log Enabled

Config key: device.debug_log_enabledsecurity.debug_log_api_enabled (under the security.* namespace)
Default: false

When enabled, the firmware outputs verbose debug messages to the serial console. These messages include detailed information about packet processing, routing decisions, radio layer events, and subsystem state changes.

Enable when: Troubleshooting connectivity issues, investigating unexpected behavior, or developing integrations. Debug logging produces a high volume of output that can make normal serial console use harder to read.

Disable in production: Debug logging adds slight CPU overhead and can fill serial buffers. Leave disabled on deployed infrastructure nodes unless actively troubleshooting.


Rebroadcast Mode

Config key: device.rebroadcast_mode
Default: ALL

Controls which received packets this node will rebroadcast (relay) to other nodes. This setting interacts with the Role setting - Role determines the priority and frequency of rebroadcasting; Rebroadcast Mode determines what gets rebroadcast at all.

ALL

The default mode. This node rebroadcasts all received packets that pass the hop limit and deduplication filters, regardless of source or content. This is the correct mode for most nodes.

ALL_SKIP_DECODING

The node rebroadcasts all packets but skips attempting to decode their payload. This mode is primarily useful for REPEATER-role nodes where you want maximum rebroadcast speed and don't need the node to process message content. Slightly reduces CPU overhead per packet.

Use when: Operating a dedicated relay node where content processing is unnecessary and you want to minimize latency and CPU load.

LOCAL_ONLY

The node ignores observed messages from foreign meshes that are open or that it cannot decrypt, and only rebroadcasts packetstraffic thaton originateits fromown nodeslocal primary/secondary channels. LOCAL_ONLY filters by local channel membership / decryptability - it candoes hearnot directlyfilter (oneby hop away). Packets that have already been relayed by another node (hop count reduced) are not rebroadcast. This effectively limits the node's rebroadcast radius to its immediate RF neighborhood.count.

Use when: You haveshare aRF denselyspace packedwith areaneighboring ofmeshes nodeson the same modem preset and want to limitavoid therelaying rebroadcasttraffic stormfrom thatforeign canmeshes occuryou whenare manynot nodespart all relay the same packet.of. LOCAL_ONLY canrestricts significantlyrebroadcasting reduceto channelyour utilizationown inconfigured dense deployments.channels.

KNOWN_ONLY

The node only rebroadcasts packets from nodes that appear in its local node database (nodes it has seen NodeInfo from). Unknown nodes - those that have never sent a NodeInfo the local node has received - are not relayed.

Use when: Running a private or semi-private mesh where you want to restrict relay behavior to known network members. This can reduce relay of stray packets from neighboring networks that share the same channel.


Node Info Broadcast Interval

Config key: device.node_info_broadcast_secs
Default: Role-dependent (CLIENT: 90010800 seconds /(3 15hours). minutes;This ROUTER:default 3600is secondsthe /same 1for hour)all roles - it is not role-dependent.

How often (in seconds) the node broadcasts a NodeInfo packet - the announcement that includes the node's name, hardware model, and public key. NodeInfo packets allow other nodes to know you exist and update their neighbor lists.

Lower values: More frequent announcements - nodes see each other more quickly after joining the network, and the map updates faster. Costs more airtime.

Higher values: Less frequent announcements - reduces channel utilization overhead, especially important on busy networks. FixedAs user-tunable guidance, fixed infrastructure nodes (ROUTER,can REPEATER)keep shouldthe usedefault or longer intervals (3600up -to 10800UINT seconds)MAX) since their presence is stable.stable; the firmware default is 10800 s for all roles.

Minimum recommended:Minimum: 3003600 seconds (51 minutes)hour). forThe activefirmware portableenforces nodes.3600 Goings belowas thisthe startsminimum toaccepted noticeablyvalue; consumelower channelvalues airtimesuch withas overhead300 traffic.s are not permitted and will be rejected or clamped.


Double-Tap as Button

Config key: device.double_tap_as_button_press
Default: false

On devices with an accelerometer (such as the RAK WisBlock with RAK1904 accelerometer module), enabling this option allows a physical double-tap on the device to simulate a button press. Useful for waking a device from sleep or triggering notifications on nodes that don't have physical buttons.

Enable when: Using a device in a case without easy access to physical buttons, or when you want tap-to-wake functionality. Requires compatible hardware with an accelerometer.


Managed Mode

Config key: security.is_managed (boolean; set via meshtastic --set security.is_managed true). Managed Mode lives under the security.* namespace - it is not a device.role value and not device.is_managed.
Default: false

When Managed Mode is enabled, client applications are blocked from writing configuration to the node'sradio configurationlocally (configurations may still be read). Once enabled, radio configurations can only be changed via the admin channel - it cannot be modified locally through thePKC app'sRemote directAdmin Bluetoothmessages connectionon firmware 2.5+ or the weblegacy interface.Admin channel on firmware prior to 2.5. This is a security feature for remotely deployed infrastructure nodes.

Enable when: Deploying a ROUTER node (or REPEATERother nodeinfrastructure node) that should be centrally managed and protected from unauthorized local modification. For example, a rooftop node that community members can physically access - Managed Mode prevents casual configuration changes.

Warning: Enabling Managed Mode without first configuringverifying anyou can administer the node remotely (via PKC Remote Admin on firmware 2.5+, or a configured legacy admin channel (seeon Adminolder Channel Index below)firmware) will lock you out of local configuration. EnsureManaged theMode blocks config writes over all local interfaces, including USB/serial. Confirm remote admin channel is properly set upworks before enabling this.


Admin Channel Index(Legacy) and Remote Admin

Config key: device.security.admin_channel_enabled (boolean, default false / disabled). This enables the insecure legacy admin channel. The older integer admin_channel_index field is deprecated.
Default:Modern remote admin: 0security.admin_key (primaryPKC channel)Remote Admin keys)

SpecifiesOn whichcurrent channel indexfirmware (02.5+), -administrative 7)access is designatednormally asprovided theby PKC Remote Admin: you authorize one or more public keys via security.admin_key, and only messages signed by those keys are accepted for administrative control. The legacy admin channel for- remoteenabled configuration.by the boolean security.admin_channel_enabled - is the older mechanism, where admin messages are protected only by a channel PSK. Admin channel messages can change device configuration, reboot the node, and perform other privileged operationsoperations.

-

If allyou encryptedmust withuse the legacy admin channel'schannel, PSK.

Setting this toconfigure a non-zero channel index lets you use a privatededicated secondary channel (with its own PSK)strong specificallyPSK forso administrative messages,messages keepingare admin traffickept separate from user messages.traffic. For example:

  • Channel 0: public mesh channel (LongFast or community key)
  • Channel 1: private admin channel (strong PSK known only to node operators)
  • AdminEnable Channel Index: 1security.admin_channel_enabled

ThisWith configurationthis meanslegacy setup, only operators with the channel 1 PSK can remotely reconfigure the node, while anyone on channel 0 can use the mesh normally. Note that the default public channel's PSK (AQ==) is publicly known, so never rely on channel 0 for admin.

Best practice for infrastructure nodes: AlwaysPrefer PKC Remote Admin (security.admin_key) on firmware 2.5+ for separating and authenticating admin traffic. If you use the legacy admin channel, always give it a dedicated admin channel with a strong PSK and set Admin Channel Index accordingly.PSK. Never leave admin access on the default public channel in a production deployment.