-
Notifications
You must be signed in to change notification settings - Fork 780
Linux Installation
栽培者 edited this page Mar 12, 2018
·
5 revisions
In this guide, we will demonstrate how to install Transmission Web Control on a Linux server through the ssh terminal.
- Before you complete this tutorial, you should have a root account or a regular, non-root user account on your server with sudo privileges.
- Make sure Transmission is installed.
- Login as root. For non-root user, you should prefix
sudo
with all commands. - Download the latest script on Github.com.
wget https://github.com/ronggang/transmission-web-control/raw/master/release/install-tr-control.sh --no-check-certificate
- Bash the scipt.
bash install-tr-control.sh
Installation will be finished automatically in several minutes according to your network. You can test if the new UI is up and running by accessing your server's domain name or public IP address in your web browser.
http://server_domain_name_or_IP:9091
If you see the origin UI, you should reload the page (Ctrl+F5
) or clean the cache and restart the browser.
You should update the Transmission Web Control once:
- Transmission is reinstalled or updated.
- New version of Transmission Web Control is released. If the script is downloaded, bash the script again.
bash install-tr-control.sh
Or repeat the installation step 2 and 3.
Wiki首页 - Linux下安装 - Windows下安装 - 打赏
-
安装与更新
-
其他