What's new
  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

How to install YAMon / bwmon on Asuswrt-Merlin ?

@ExtremeFiretop
already did that
but there's something that made it work for me
Recreate the index.html, a quick fix to load the React dashboard
cat <<EOF > /opt/share/www/bwmon/index.html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>BWMON Dashboard</title>
<link rel="icon" href="favicon.ico" />
<link rel="manifest" href="manifest.json" />
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<script src="static/js/main.77229403.js"></script>
</body>
</html>
EOF

then
/opt/etc/init.d/S80lighttpd restart
I'm glad that something has finally worked, man thank your very much 🍀
can this script be viewed through WAN like Asus router dashboard because it doesn't!
 
@ExtremeFiretop
already did that
but there's something that made it work for me
Recreate the index.html, a quick fix to load the React dashboard


then

I'm glad that something has finally worked, man thank your very much 🍀
can this script be viewed through WAN like Asus router dashboard because it doesn't!

I'm not sure why the index.html would need to be recreated/missing, but happy you got it working.
I submitted a PR to the devs with some suggested fixes: https://github.com/VREMSoftwareDevelopment/bwmon/pull/99
 

Similar threads

Latest threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Back
Top