Bitcoin Forum
May 27, 2024, 02:15:28 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Spondoolies-Tech Web UI - change port  (Read 1921 times)
bomberb17 (OP)
Hero Member
*****
Offline Offline

Activity: 771
Merit: 528



View Profile
March 10, 2015, 02:18:17 PM
 #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

bomberb17 (OP)
Hero Member
*****
Offline Offline

Activity: 771
Merit: 528



View Profile
March 10, 2015, 05:40:29 PM
Last edit: April 02, 2015, 09:36:54 PM by bomberb17
 #2

Ok found it!
Code:
vi /etc/lighttpd/lighttpd.conf

then add

Code:
server.port = 8080
bomberb17 (OP)
Hero Member
*****
Offline Offline

Activity: 771
Merit: 528



View Profile
March 10, 2015, 07: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.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!