Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 877 Bytes

README.md

File metadata and controls

42 lines (31 loc) · 877 Bytes

ONTDash (BETA)

Custom UI to manage Nokia ONT

  • Currently tested on G-2425G-A but should work on other models too.

UI

image

Dependencies

python3 sshpass flask

How to run

Currently ONTDash is in beta stage, I will make a easy to install docker image once it's in a "good enough" state.

git clone https://github.com/Albonycal/ONTDash
cd ONTDash

You need to setup the environment variable ONTPASS as your ONT's password, add that to your shell's rc file (ex .bashrc ) and then source ~/.bashrc Or you could just run it from your terminal if you are just testing.

export ONTPASS=<Password>

Also do the same for the ONT_IP environment variable

export ONT_IP=<YOUR ONT IP>
python app.py&