Setting up Vps with Rutorrent and rapidleech....Please Help!!!!

Status
Not open for further replies.

felixreddy

Active Member
31
2011
8
0
Hi Iam a Noob Though it pains me to say i just today got my first VpS donno what i have to do.....I need to get Rutorrent and Rapidleech installed with FTp access and also host a site in The VPS would be glad if soime noble man can Help me
 
5 comments
Hmm well for installing anything on server, first install putty and connect it via ssh .

I have made an bash script so that it can be easy for you to install rapidleech on one hit .

Just follow this to install rapidleech :)

1 .
Code:
 wget http://scripts.shineservers.com/rl.sh
2.
Code:
 sh rl.sh

Now For rutorrent i have Phython script ! Just use it to install seedbox !

Instructions :

1 .
Code:
 wget http://scripts.shineservers.com/seedbox.sh
2.
Code:
 sh seedbox.sh

If you still facing any problems , i'll install it for you :)
 
If he doesn't have cpanel, after installing rtorrent with that method, will the rapidleech be usable? :| Doesn't rtorrent change the home folder(at least for non-cpanel users)?
 
If he doesn't have cpanel, after installing rtorrent with that method, will the rapidleech be usable? :| Doesn't rtorrent change the home folder(at least for non-cpanel users)?

Well for that we can change the directory ?

1. Login as a user with sudo privileges.
2. Enter this command:

Code:
sudo nano /etc/passwd
3. Nano text editor opens up. Locate the username you would like to change the home directory of (the last added user is in the end), and just enter whatever directory you would like. For example, the home directory for the user jack is set to /home/jack in this file:

Code:
jack:x:1000:1000:Jack,,,:/home/jack:/bin/bash

But I want him to use a home directory of /home/whatever. So I just change the above line to:

Code:
jack:x:1000:1000:Jack,,,:/home/whatever:/bin/bash

Now when the user jack logs in, his home directory would be /home/whatever.
 
^^^Buddy i also tried this but it is not working with Centos 5.5 x86_x64 so i tried it with debain (Only Rutorrent) and it got installed.So i will recommend you to install debain and use it.Rutorrent will work fine in debain

Log in as root:

Code:
su -
Then install it:

Code:
wget --no-check-certificate -O autodl-setup [URL]http://sourceforge.net/projects/autodl-irssi/files/autodl-setup/download[/URL]

sh autodl-setup
It will install everything automatically.

Rapidleech:
Login With filezilla using your root login information
Setting Should be like following:
Code:
Host: Your Ip
Protocol: SFTP
Port: Leave Blank or 22
Logon Type: Normal
Username: Enter Your Root Username
Password: Enter Your Root Password
Make Login using above settings

Double Click On ".." Folder
Go to var folder and then rutorrent folder.Here make one folder first (e.g) RL and Upload script in it.now you can use rapidleech by opening following url

http://Ip/RL/

If You like this and want to thanks me then Buy me a pizza (I don't like beer)...LOL
 
Status
Not open for further replies.
Back
Top