Changes between Version 14 and Version 15 of MovedToGitHub/WebInterface
- Timestamp:
- Jan 22, 2010, 2:25:52 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MovedToGitHub/WebInterface
v14 v15 1 1 = Web Interface = 2 The Web Interface is a web-based frontend to most Transmission clients (eg. the daemon, GTK, and Mac clients, but not the cli). 2 A Web Interface is available for all Transmission clients. 3 3 4 Once you have set it up, you can open a web browser and direct it to http://127.0.0.1:9091/transmission/web (replace 127.0.0.1 with the IP where Transmission is running, 9091 is the default port). 4 == Enabling the Web Interface == 5 5 6 == To Enable == 7 * Make sure you have the files installed in the correct [#Locations location] 8 * To turn on the Web Interface: 9 * Enable [wiki:rpc] / Web Interface in the GUI 10 * Set it in the [EditConfigFiles#RPC config file] 11 ''Note: the daemon always has the [wiki:rpc] / Web Interface turned on.'' 6 Refer to the '''Remote Management''' links in the [UserDocumentation User Documentation] for your client to find out how to enable the Web Interface. 12 7 13 == OS Specific == 14 === Mac OS X === 8 == Accessing the Web Interface == 9 Once enabled, open a web browser and direct it to http://ip_address_of_machine_running_transmission:9091/ [[BR]] 10 If web browser and Transmission Daemon are on the machine you can use http://127.0.0.1:9091/ [[BR]] 11 9091 is the default remote control port specified in [ConfigurationParameters Transmission configuration]. 15 12 16 See [wiki:OSX/DesktopRemote How to enable the web interface in OS X]17 18 === Linux ===19 The Linux daemon will look for the Web Interface files in:20 1. {{{$TRANSMISSION_WEB_HOME}}}, if the [EnvironmentVariables environment variable] is set21 1. {{{$XDG_DATA_HOME/transmission/web}}}, if [http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html#variables XDG environment variables] are set by the system22 1. {{{$HOME/.local/share/transmission/web}}}23 1. {{{/usr/local/share/transmission/web}}}24 1. {{{/usr/share/transmission/web}}}25 13 26 14 == Web Proxy ==