Myst Node Monitor

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

As of June 2026, Myst Node Monitor has 7 users in the Productivity category.

Usersno change0%
7
7
Ratingno change0%
— reviews
Reviewsno change0%
Version
1.0
Manifest V3

History

7 snapshots

Tracking since May 2, 2026.

7.44.51.5999999999999996May 2, 2026Jun 7, 2026
View as table
DateUsersRatingReviewsVersion
May 2, 20261.0
May 8, 20261.0
May 13, 202621.0
May 19, 202631.0
May 25, 202641.0
Jun 1, 202661.0
Jun 7, 202651.0
Now71.0

Permissions & access

Permissions
storage
Host access
http://*/*

Screenshots

Myst Node Monitor screenshot 1Myst Node Monitor screenshot 2

About

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.

Technical

Version
1.0
Manifest
V3
Size
25.04KiB
Min Chrome
88
Languages
1
Featured
No

Metadata

ID
fpnhffcheflfbpeejbfobjiaadpddbjd
Developer ID
u26a0f9efc849430e717760b56d877023
Developer Email
[email protected]
Created
May 1, 2026
Last Updated (Store)
May 1, 2026
Last Scraped
Jun 7, 2026
Website
Support URL
Privacy Policy

Data sourced from the Chrome Web Store · last verified Jun 7, 2026.