Changing your ruTorrent Password
|
If you simply want to reset your ruTorrent password, please contact support to get your password regenerated. If you want to set a custom password for your ruTorrent webui, you will need to SSH to your seedbox, and make changes to the .htpasswd file, using the htpasswd program. You cannot just edit the .htpasswd file directly, because it stores the passwords hashed for security. htpasswd -b .htpasswd yourusername newpassword
htpasswd: cannot modify file /home/flatlinebb/.htpasswd; use '-c' to create it
htpasswd -b ~/private/.htpasswd yourusername newpassword
|
Powered by WHMCompleteSolution