arakasi72 / rtinst

seedbox installation script for Ubuntu and Debian systems
MIT License
1.22k stars 259 forks source link

ruTorrent does not start correctly; #537

Closed ronioncloud closed 4 years ago

ronioncloud commented 4 years ago

https://i.imgur.com/zes2gvz.jpg

Webui starts, however;

"No connection with rTorrent. Make sure it is actually running. Check the $ scgi_port and $ scgi_host settings in config.php and scgi_port in the rTorrent configuration file."

V33m commented 4 years ago

Is rTorrent running? Connect to rTorrent through ssh and verify. Have you changed any settings in .rtorrent.rc? You'll find a lot of information about this if you do some research on it by yourself. You'll learn in the process 👍

ronioncloud commented 4 years ago

Is rTorrent running? Connect to rTorrent through ssh and verify. Have you changed any settings in .rtorrent.rc? You'll find a lot of information about this if you do some research on it by yourself. You'll learn in the process 👍

I spent all day reading about all the settings, I was able to access the rutorrent via the web now, however, accessing the files via the web browser causes this error:

"404 Not Found nginx"

Any suggestions for fix?

https://i.imgur.com/nVCpqXc.jpg

Thank you very much and congratulations.. this project is superbbb: D

V33m commented 4 years ago

More information over at Wiki - rtdload. Furthermore, if your home directory is not located at the usual place (/home) you have to edit the file /etc/nginx/sites-available/dload-loc by changing the line alias /home/$1$2;.

ronioncloud commented 4 years ago

More information over at Wiki - rtdload. Furthermore, if your home directory is not located at the usual place (/home) you have to edit the file /etc/nginx/sites-available/dload-loc by changing the line alias /home/$1$2;.

Script auto-install in my /root directory O.O

My default download path is /root/rtorrent/download/ i need change to: "alias /$1$2;"

? My user name is not in this default save directory, ex: my user is root my download path: /root/rtorrent/download/ script say access https downloads at : https://MYIP/download/root ll try

EDIT: THANK YOU, ARE WORKING <3

EDIT2: Are showing all my /root files, can i rescrict to /root/rtorrent/download ??? thanks again EDIT3: change to " alias /$1/rtorrent/download$2;" show only my download folder, \o after more than 1 hour of searching: D