mtr-web is a WebSockets-based frontend for mtr, built with Flask (Python), AngularJS, and angular-websocket, allowing you to ping/traceroute a network from a remote HTTP server. This is a useful diagnostic tool while making changes to your own network configuration.
Works with ipv4+6!
http://mtr.bambusmedia.de/
https://github.com/blackjack4494/mtr-ext
(NOTE! was built on Ubuntu18.04 - May not work everywhere!)
There is a compiled version of mtr in this project included.
sudo apt-get install mtr python python-pip -y
git clone https://github.com/blackjack4494/mtr-web
cd mtr-web
pip install Flask-Sockets gunicorn
gunicorn -b 0.0.0.0 -k flask_sockets.worker mtr-web:app
http://[your-ip]:8000