FreeNAS tricks

http://docs.gz.ro/FreeNAS-command-line.html Locked out of GUI because of bad SSL Certificate: ssh -L 9000:localhost:80 [email protected] browse http://localhost:9000/ sqlite3 /data/freenas-v1.db “select * from system_settings” sqlite3 /data/freenas-v1.db “update system_settings set stg_guihttpsredirect = 0, stg_guiprotocol=’http’;” Allow TCP Forwarding and make tunnel: in /etc/ssh/sshd_config AllowTcpForwarding yes sockstat -l | grep 22 kill 2792 /etc/rc.d/sshd onestart ssh -L 9000:freenas_local_ip:80 root@freenas_public_ip browse … Read more