Panther-X / PantherDashboard

Apache License 2.0
36 stars 16 forks source link

Installing Dashboard thru SSH #27

Closed alfrose closed 2 years ago

alfrose commented 2 years ago

I entered the remove command after the yesterday firmware and removed my hotspot dashboard. A1BC8957-608D-4AA2-BB56-FEC3AC8E9DB0

Please, can anyone help me and write the command for me to enter and install the dashboard thru SSH.

thanks, Al

alfrose commented 2 years ago

I got the solution, if anyone needs it. Log in via SSH (either PuTTY or click start > type "cmd" and press enter, then type "ssh admin@your-miner-ip"). Run the following commands: wget https://raw.githubusercontent.com/Panther-X/PantherDashboard/main/install.sh -O - | sudo bash

qinfengling commented 2 years ago

@alfrose We have update the README for installation. please check it here: https://github.com/Panther-X/PantherDashboard#installation--upgrade-instructions I hope it can help you.