Firefox Browser Add-ons
  • Extensions
  • Themes
    • for Firefox
    • Dictionaries & Language Packs
    • Other Browser Sites
    • Add-ons for Android
Log in
Preview of Myst Node Monitor

Myst Node Monitor by mainnetnow

Real-time dashboard for Mysterium VPN nodes. Shows sessions, earnings, traffic per myst interface, and yearly totals.

0 (0 reviews)0 (0 reviews)
Download Firefox and get the extension
Download file

Extension Metadata

Screenshots
About this extension
A clean, real-time dashboard for your Mysteriumn VPN node.FeaturesLive Active Sessions per myst interface (myst0, myst1, etc.)

• Earnings overview
• Detailed Network Traffic:
• Today
• Last 7 days
• Last 30 days
• Yearly breakdown (2022–2026)
• Total since deployment
• Beautiful per-interface cards with color coding.

How to Use on your Raspberry Pi / node server:

• Run the simple vnstat push script (updates every 5 minutes on port 4450)
Enter your node IP address and password (default: mystberry).
• Open the extension — everything works locally.

We do not collect any data. All information stays on your device.

Installation Instructions for Your Node:

1. Create the data push script

cat > ~/myst-vnstat-push.sh << 'EOF'

!/bin/bash

FULL_JSON=$(vnstat --json 2>/dev/null || echo '{"vnstat":{"interfaces":[]}}')

FILTERED=$(echo "$FULL_JSON" | jq '
.vnstat.interfaces |= (if . == null then [] else . end) |
.vnstat.interfaces |= [ .[] | select(.name | test("^myst[0-9]+$")) ] |
{
"interfaces": "=== ACTIVE MYST INTERFACES ===",
"vnstat": {
"vnstatversion": (.vnstat.vnstatversion // "2.6"),
"jsonversion": (.vnstat.jsonversion // "2"),
"interfaces": .vnstat.interfaces
}
}
')

echo "$FILTERED" | nc -w 3 127.0.0.1 4450
EOF

chmod +x ~/myst-vnstat-push.sh

2. Add to cron (runs every 5 minutes)

(crontab -l 2>/dev/null; echo "*/5 * * * * /home/pi/myst-vnstat-push.sh") | crontab -

2. Add to cron (runs every 5 minutes)

(crontab -l 2>/dev/null; echo "*/5 * * * * /home/pi/myst-vnstat-push.sh") | crontab -

Perfect for Mysterium node operators who want quick insights into traffic, sessions, and earnings directly in their browser.
Rated 0 by 0 reviewers
Log in to rate this extension
There are no ratings yet

Star rating saved

5
0
4
0
3
0
2
0
1
0
No reviews yet
Permissions and data

Optional permissions:

  • Access your data for all websites

Data collection:

  • The developer says this extension doesn't require data collection.
Learn more
More information
Add-on Links
  • Support Email
Version
1.0
Size
31.1 KB
Last updated
3 days ago (Apr 29, 2026)
Related Categories
  • Other
License
Apache License 2.0
Version History
  • See all versions
Add to collection
Report this add-on
Go to Mozilla's homepage

Add-ons

  • About
  • Firefox Add-ons Blog
  • Extension Workshop
  • Developer Hub
  • Developer Policies
  • Community Blog
  • Forum
  • Report a bug
  • Review Guide

Browsers

  • Desktop
  • Mobile
  • Enterprise

Products

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Bluesky (@firefox.com)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • Privacy
  • Cookies
  • Legal

Except where otherwise noted, content on this site is licensed under the Creative Commons Attribution Share-Alike License v3.0 or any later version.