Do you have putty installed?, Try to install it.

Then open putty and then type under address: 192.168.8.1 or the gateway address of your other dhcp range if you had changed this.

Username is: root
Password is: your web ui password

It will ask you to save the keys click yes.

Then you have a ssh window open and from there you can use commands :+1:

Some mini tutorial in linux:
cd - this moves you to folders and folder slash is /

ls - allows you to see all files in folder

vi - allows you to edit a file and write to it, insert key is for writing esc key is to get out of editing mode : is the key to get into the command instructions of vim and for saving such example is :wq and :q is not saving and :q! is force quit, you could install nano aswell which might be easier to use.

In /etc/config are all configuration files and in /etc/init.d/ are all the services :+1:

In your case you can try the commands so you don’t have to use alot of editing yet :grin:

3 Likes