While the initial "Operating Mode" selection during setup configures these settings for you, you can make advanced adjustments by editing the .mesh-dash_config
file. This file is typically located in the directory where the Meshtastic Dashboard application is run from. Please refer to the main application's documentation for the precise lookup order.
Below is an example of how these lines might look in your .mesh-dash_config
file, reflecting choices made via an "Operating Mode" or manual edits:
# Main switch for all community API features
COMMUNITY_API_ENABLED=true
# URL of the community API
HEARTBEAT_REMOTE_API_URL=https://meshdash.co.uk/api.php
# Interval in minutes for sending heartbeats
HEARTBEAT_INTERVAL_MINUTES=5
# Share your local node's location?
SEND_LOCAL_NODE_LOCATION=true
# Share locations of other nodes your node sees?
SEND_OTHER_NODES_LOCATION=true
# Enable location obfuscation/fuzzing? (Recommended for privacy)
LOCATION_OFFSET_ENABLED=true
# Approximate max offset in meters if fuzzing is enabled
LOCATION_OFFSET_METERS=500
Remember to save the file after making changes. The dashboard will typically pick up these changes on its next scheduled heartbeat or upon restart.