A guide to the µTorrent WebUI
Installation
- The WebUI.zip needs to placed in the same folder as µTorrent's SETTINGS.DAT file and DO NOT unzip it.
- If you have not moved the settings files then they will be found at %AppData%\uTorrent (type this in Start -> Run, or the address bar)
- You can do whatever u like with this readme (please read it first though) and the sorttable folder.
N.B: Please make sure you are using the latest build of µTorrent (1.6.1 build 490 or later) that comes with this webui download.
How to use the WebUI
- Enable and configure the WebUI in µTorrent (Preferences -> Advanced -> WebUI)
- Open up a supported browser and use the following URL format: http://YourIP:UTport/gui/
- If the browser supports Username:Password (and you have got the WebUI working with the first URL) then use the following URL format: http://Username:Password@YourIP:UTport/gui/
N.B: When using the WebUI locally use localhost or 127.0.0.1 as using your external (WAN) IP may cause problems.
Known Issues
- Opera might display the tables (torrents and files) incorrectly.
- Trackers cannot be changed at the present time.
- Not all information is known in the general tab yet.
- Choosing save location for torrents is currently not possible.
Freeze on loading?
There are two things to try if your browser freezes on loading before asking for help.
- First try pressing CTRL+F5 in your browser. This will either revive the WebUI, or you will see a blank (white) screen. If you only see a blank (white) screen then close and reopen the browser then load WebUI again.
- If that doesn't work then use the following URL http://YourIP:UTport/gui/?action=setsetting&s=webui.cookie&v={} and then reload the WebUI using the normal URL.
- If that doesn't work then please come to http://forum.utorrent.com/ or irc://irc.utorrent.com/utorrent-webui to ask for help.
Notes
Keyboard Shortcuts
- Ctrl + A: Select all rows (select a row in the list first)
- Ctrl + O: Show the form for adding a torrent
- Ctrl + P: Show the settings window
- Ctrl + Z: Deselect All
- Del: Remove torrent
- F2: Show the about window
- F4: Hide/show the toolbar
- F6: Hide/show the details pane
- F7: Hide/show the category list
Running the WebUI over HTTPS (SSL)
- Open µTorrent and go to the WebUI settings (Preferences -> Advanced -> Web UI)
- Enable the "Alternative listening port" and change it to any port that you want (this port should not be forwarded in your firewall and/or router)
- In the "Restrict access to the following IPs" enter "127.0.0.1" (without quotes). This is basically to prevent anybody from accessing the WebUI over HTTP
- Now you'll have to install Stunnel. You can get the latest version from their website (http://www.stunnel.org/download/binaries.html)
- After installing Stunnel, open up the stunnel.conf file
- Under the "; Service-level configuration" comment you can remove all settings except from the "[https]" setting
- Uncomment the "[https]" setting by removing the semi-colons in front of each line. You may change "https" to "webui" if you'd like
- The "accept" setting is the port which a browser will try to connect to. So, this is the port that you will have to forward in your firewall and/or router (443 is the default SSL port, but it can changed)
- The "connect" setting should be changed to the port that you entered as the alternative listening port in µTorrent
- Start Stunnel, open up your browser, and navigate to https://ip:[Stunnel accept port]/gui/