Installing uTorrent on a Leeware
Updates
3-Apr: Added a few more things on how to install uTorrent on a Leaseweb server.
TONS of people have been PMing me lately to set up their Leeware boxes, so I guess I should just post a guide on how to do it

This guide is intended for Leeware servers only, but it may work with other servers running RPM based distributions (aka distros) as well. Firstly, you need to get the following applications:
- Putty or any other SSH client
- FTP Client (with SFTP support) like CuteFTP, WinSCP, WS_FTP, etc.
- TightVNC or any other VNC Viewer
Now, follow instructions carefully.
- Open up Putty. On the left tree, go to Session.
- Under Hostname (or IP address) type your IP or hostname (i.e. vpsxxx.leeware.com)
- Choose SSH (port 22)
- Under Saved Sessions, type something like "My Leeware Box" and press Save. (Later on, you can just load the session, so you don't have to do the previous steps again)
- Press Open.
- Now, a black screen should come up (terminal/command prompt).
- Enter your root account details - (username, password)
- Notice, when you type in the password, nothing appears on the screen! That's not a bug - it's normal. Btw, you can also paste the password by right click (again, putty won't display anything on screen).
- At this point, you should be logged on. Yay, we can install some stuff now.
- Type yum -y install xterm wine vnc-server to install those 3 apps: xterm (a GUI terminal), wine (to emulate windows), and VNC server (to allow you to remove control your server with a GUI).
- After a while, you should see that those 3 apps are installed.
- Download uTorrent onto your server. Type wget http://download.utorrent.com/1.6.1/utorrent.exe
- Start VNC server, type vncserver :1
Bookmarks