First of all, let me say that the credit for this post will goes to Philip Churchill. He initially posted the original article on how to install uTorrent on WHS as windows service. The idea behind to install uTorrent on the WHS is to have unattended torrent download without having user to log in to the server/computer. This guide is working perfectly for WHS V1 until WHS V2 code name “Vail”. Vail is based on latest Windows Server 2008 R2 and only available in 64bit edition. There are lot of security enhancements in the base OS prevents uTorrent to work properly as per the steps mentioned in the original article. Due to the security enhancements in Windows Server 2008 R2, we can not use Local Service OR Network Service account for uTorrent Service. Here is an workaround for making uTorrent working under WHS “Vail”.
Create User
First of all, we need to create an user account for uTorrent service account using server dashboard.
WHS Vail – Dashboard
Open server dashboard and navigate to Users tab. Invoke Add a User Account wizard by clicking Add a user account link in Users Tasks pane.
WHS Vail – Create user wizard 1
Once the wizard opens, fill the appropriate information in the first step and proceed to next by clicking on Next button.
WHS Vail – Create user wizard 2
In second step, don’t assign any permissions to any shared folder to the user account.
WHS Vail – Create user wizard 3
Also do not allow remote access and finish the wizard by clicking Create account button.
Create Shared folder
in next step, we need to create a shared folder for uTorrent download data. To do so, invoke Add a Folder wizard using the task pane in Server Folders.
WHS Vail – Create shared folder wizard 1
In first step of wizard, give share name and description and proceed to next step by clicking Next button.
WHS Vail – Create shared folder wizard 2
In second step, click on Specific people to assign permissions to our uTorrent service account.
WHS Vail – Create shared folder wizard 3
Assign permission as per above screen shot and finish the wizard by clicking Add folder button to complete the folder creation process.
Install uTorrent
Download uTorrent and start installation wizard accept all default options but but don’t install shortcuts to the desktop, start menu, and quick launch bar as they will not be necessary. After completion of installation, uTorrent should launch automatically. Configure uTorrent as per the settings which we used for WHS V1. Don’t forget to enable WebUI in uTorrent options.
Create Windows Service
To create windows service, login to Vail console using Remote Desktop Connection. Copy srvany.exe from Windows Server2003 Resource Kit to uTorrent install folder. Now open command prompt and run sc.exe with following parameters to create service.
Save file as service.reg and merge this in to registry by double clicking the newly created .reg file.
Configure uTorrent Service
Now click the Start button and open Services console from Administrative Tools >Services. Find uTorrent right-click and select Properties.
Select the Log On tab. Click the This account button and enter WHS as the This account and enter the Password you setup earlier for this user account and confirm the Password.
uTorrent – Service account properties
OK out and close the Services dialog.
For user profile to be created, we need to start the service and stop so we get the profile folder for the user we created earlier. Next, we need to copy the uTorrent settings from the Administrator profile to the uTorrent User profile. Go to “C:UsersAdministratorAppData”. Copy the “uTorrent” directory to “C:Users<Torrent_User>AppData”. Now when the service starts, it will have all the settings ready and waiting to download.
Now its time for downloading. You can access the web interface by navigating http://server:port/gui/.
For further details and know about how to install uTorrent on WHS V1 refer Scott Duff – Autumn Walker, Philip Churchill – mswhs.com, Drashna – wegotserved.com.