Myst Node Monitor ์ ์์: mainnetnow
Real-time dashboard for Mysterium VPN nodes. Shows sessions, earnings, traffic per myst interface, and yearly totals.
ํ์ฅ ๋ฉํ ๋ฐ์ดํฐ
์คํฌ๋ฆฐ์ท
์ ๋ณด
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.
โข 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.
0๋ช
์ด 0์ ์ผ๋ก ํ๊ฐํจ
๊ถํ ๋ฐ ๋ฐ์ดํฐ
์ ํ์ ๊ถํ:
- ๋ชจ๋ ์น์ฌ์ดํธ์์ ์ฌ์ฉ์์ ๋ฐ์ดํฐ์ ์ ๊ทผ
๋ฐ์ดํฐ ์์ง:
- ๊ฐ๋ฐ์๊ฐ ์ด ํ์ฅ ๊ธฐ๋ฅ์ ๋ฐ์ดํฐ ์์ง์ด ํ์ํ์ง ์๋ค๊ณ ํฉ๋๋ค.
์ถ๊ฐ ์ ๋ณด
- ๋ถ๊ฐ ๊ธฐ๋ฅ ๋งํฌ
- ๋ฒ์
- 1.0
- ํฌ๊ธฐ
- 31.1 KB
- ๋ง์ง๋ง ์ ๋ฐ์ดํธ
- 17์ผ ์ (2026๋ 4์ 29์ผ)
- ๊ด๋ จ ์นดํ ๊ณ ๋ฆฌ
- ๋ผ์ด์ ์ค
- Apache License 2.0
- ๋ฒ์ ๋ชฉ๋ก
- ๋ชจ์์ง์ ์ถ๊ฐ