Author

Topic: Spondoolies-Tech Web UI - change port (Read 1921 times)

hero member
Activity: 771
Merit: 528
March 10, 2015, 03:51:44 PM
#3
Also if you want to change SSH port:
Code:
vi /etc/init.d/S50dropbear
and then change line from
Code:
start-stop-daemon -S -q -p /var/run/dropbear.pid --exec /usr/sbin/dropbear
to
Code:
start-stop-daemon -S -q -p /var/run/dropbear.pid --exec /usr/sbin/dropbear -- -p 1234
(change 1234 to your port choice)

I recommend this to avoid hacker attacks if you plan to control your miner from outside your LAN.
hero member
Activity: 771
Merit: 528
March 10, 2015, 01:40:29 PM
#2
Ok found it!
Code:
vi /etc/lighttpd/lighttpd.conf

then add

Code:
server.port = 8080
hero member
Activity: 771
Merit: 528
March 10, 2015, 10:18:17 AM
#1
Does anyone know where to change port for the miner's web interface page?
For example instead of typing
192.168.1.2
I would type something line
192.168.1.2:8080

Jump to: