Monitor your BDS Server in broswer
Python3
Flask (use pip3 install flask to install)
modify main.py
modify SECRET_KEY=b"YOUR_PASSWORD_ENG_NUMBER"
specify your server path ["F:\\bedrock-server-1.14.21.0\\bedrock_server.exe"],"F:\\bedrock-server-1.14.21.0\\"
specify www port app.run(host="0.0.0.0", port=3390)
python3 main.py
daemon will restart server when it dies.
open http://your_ip:3390/ in browser