Pomoc rtorrent -> Default login credentials

LoCrux

Passing Basics
Beginner
7 Styczeń 2016
23
3
3
QNAP
TS-x53
Ethernet
1 GbE
Wersja oprogramowania Firmware: 4.2.0 Build 2016/03/11
Model serwera: QNAP TS-543 Pro

I'm a newbie to my new QNAP NAS (bought it a few weeks ago).

Can some one tell me hot to change the default login credentials for rtorrent?

(warn) rtorrent: Default username and password rtorrent:admin has been set. For safety, please change default login credentials.

Thanks
 
Wersja oprogramowania Firmware: 4.2.0 Build 2016/03/11
Model serwera: QNAP TS-543 Pro

I'm a newbie to my new QNAP NAS (bought it a few weeks ago).

Can some one tell me hot to change the default login credentials for rtorrent?

(warn) rtorrent: Default username and password rtorrent:admin has been set. For safety, please change default login credentials.

Thanks

Edit web server configure file that hosts lighttpd for rtorrent to change the port. Shell into your nas. Look for IP Port in config file default is 6009. then change it to the port you want.

$EDITOR /usr/bin/rtorrent/etc/lighttpd/lighttpd.conf

To change the login and password for web interface for rtorrent

/usr/bin/rtorrent/bin/lighttpd-setpw.sh myuser mypass

To get the status if lighttpd and rtorrent are running on the nas

/etc/init.d/rtorrent.sh status

Make sure to restart the rtorrent services via the app center
 
Wersja oprogramowania Firmware: 4.2.0 Build 2016/03/11
Model serwera: QNAP TS-543 Pro

I'm a newbie to my new QNAP NAS (bought it a few weeks ago).

Can some one tell me hot to change the default login credentials for rtorrent?

(warn) rtorrent: Default username and password rtorrent:admin has been set. For safety, please change default login credentials.

Thanks

Edit web server configure file that hosts lighttpd for rtorrent to change the port. Shell into your nas. Look for IP Port in config file default is 6009. then change it to the port you want.

$EDITOR /usr/bin/rtorrent/etc/lighttpd/lighttpd.conf

To change the login and password for web interface for rtorrent

/usr/bin/rtorrent/bin/lighttpd-setpw.sh myuser mypass

To get the status if lighttpd and rtorrent are running on the nas

/etc/init.d/rtorrent.sh status

Make sure to restart the rtorrent services via the app center

While seeking how to change, thank you very much !!!!