2 GB RAM · 8 GB storage
Intel / AMD processor
2 GB RAM · 16 GB microSD
ARM64 (64-bit OS required)
Debian 12 (with snapd)
Any snapd-supported Linux
Port 8883 (MQTTS) to this cloud
Local network access to monitored devices
The easiest approach is a DHCP reservation in your router — this pins a fixed IP to the device's MAC address without any OS configuration. Log in to your router's admin interface, find the DHCP reservation or static lease section, and assign a fixed address to this device.
192.168.1.100–200,
use something like 192.168.1.50.
Alternatively — set a static IP in the OS (Ubuntu / netplan)
network: ethernets: eth0: # replace with your interface name dhcp4: false addresses: [192.168.1.50/24] routes: - to: default via: 192.168.1.1 nameservers: addresses: [8.8.8.8, 8.8.4.4] version: 2
# Apply the config sudo netplan apply
ip link to find the correct interface name on your device — it may be
eth0,
enp3s0,
ens18, or similar.
# snapd is pre-installed on Ubuntu — install the agent directly sudo snap install munara-monitoring-agent
# Install snapd first (Debian example) sudo apt update && sudo apt install -y snapd sudo snap install core # Then install the agent sudo snap install munara-monitoring-agent
sudo snap logs munara-monitoring-agent.
Look for a line containing connected to MQTT broker.
From any browser on the same local network, navigate to the agent's IP address on port 8090. If you're using our pre-configured mini PC, start here — steps 1 and 2 are already done.
http://192.168.1.50:8090 # replace with your static IP
The agent's local dashboard will open. Click Register at Munara Cloud and sign in with your Munara account. This links the agent to your organisation — after which it appears in the Swarm Console and can be accessed remotely.
sudo snap logs munara-monitoring-agent)
and that you're on the same network as the device.
Click Open ↗ on the registered agent to access its local web interface through the secure cloud relay. From there you can: