Any way to tweak a S7-LN and change web interface/ssh port for remotely controlling it?
Done it for Spondoolies, hope it can be done for Bitmain miners
Yes there is, but you should find the file with winscp and manualy edit it. I forgot which was it on the s4 but i think is the same on all ants.
Ok, so anyone know which file to edit?
So anyone know which file to edit for changing web/ssh ports?
Ok I've found how to change ssh port:
ssh into the miner and add the following line to /config/dropbear
DROPBEAR_PORT=xxxxx
(where xxxxx = your port of choice)
Still trying to figure out how to change web interface port, the only directory that persists after reboot is /config and the lighttpd.conf (where the web port should be changed) is in /etc which resets after reboot.
Any way maybe to make /etc/ directory persistent as well?