Skip to content

Albonycal/ONTDash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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&

About

Custom Control Panel to manage Nokia ONT

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published