TrguiNG - WebGUI for Transmission torrent daemon

Nice WebUI for Transmission Daemon
Screenshots of WebUI
SSH to your DietPI

cd /tmp
mkdir webui
cd webui
wget https://github.com/openscopeproject/TrguiNG/releases/download/v0.9.0/trguing-web-v0.9.0.zip
unzip trguing-web-v0.9.0.zip
#stop transmission 
dietpi-services stop transmission-daemon
# Backup old webui
tar -cvf /usr/share/transmission/public_html/backup.tar /usr/share/transmission/public_html/
# copy new webui
cp -vr * /usr/share/transmission/public_html/
chmod 755 -Rc /usr/share/transmission/public_html/
#start transmission
dietpi-services start transmission-daemon
dietpi-services status transmission-daemon

Go to yours http://DIETPI-PI:9091/ and check new WebUI.

2 Likes

neat…thanks!!!

P.S. Using your method…I was able to get transmission installed and setup on an OrangePiPC…I just had to replace the wording public_html to web and it went right in no issues!

I like this as well…allowed to me to create a few “aliases” to where I can stop/start tranmission without having to type a TON of stuff…
https://help.ubuntu.com/community/TransmissionHowTo

ok, upgraded my transmission to the latest 4.0.4 build
reran your script above, no /web change…worked like a charm!

Wonderful!

Thanks again!!!

Where did you get Transmission 4.0.4 build?

The main repository…

from the link I posted above, it does involve adding a PPA to your apt, not a standard release, I believe 3.0.0 is the release provided, I’m using a different distro on my OPiPC…

latest apt update put 4.0.6…blew out the /usr/share/transmission/public_html directory…had to re-run above walkthru…came right back up…still working like a boss!