<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.alpinelinux.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Mkem114</id>
	<title>Alpine Linux - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.alpinelinux.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Mkem114"/>
	<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/wiki/Special:Contributions/Mkem114"/>
	<updated>2026-05-06T11:08:45Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.40.0</generator>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=Setting_up_Transmission_(bittorrent)_with_Clutch_WebUI&amp;diff=22223</id>
		<title>Setting up Transmission (bittorrent) with Clutch WebUI</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=Setting_up_Transmission_(bittorrent)_with_Clutch_WebUI&amp;diff=22223"/>
		<updated>2022-08-15T15:02:03Z</updated>

		<summary type="html">&lt;p&gt;Mkem114: Update the guide for Alpine 3 and Transmission 3&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
&lt;br /&gt;
This document will show you how you can setup Transmission BitTorrent client on Alpine Linux and control it with a nice HTTP web-interface. I assume that you know the basics about Alpine Linux (package management and internals) and you have enough storage available to store your downloaded media (ie USB hard-drive) and of course a working internet connection.&lt;br /&gt;
&lt;br /&gt;
== Setting up Transmission ==&lt;br /&gt;
&lt;br /&gt;
Lets install it:&lt;br /&gt;
&lt;br /&gt;
{{Cmd|apk add transmission}}&lt;br /&gt;
&lt;br /&gt;
This should install Transmission 3.0.0. After the installation is complete you should have default configuration file for init in: &lt;br /&gt;
&lt;br /&gt;
 /etc/conf.d/transmission-daemon&lt;br /&gt;
&lt;br /&gt;
By default, transmission will run as the user &amp;quot;transmission&amp;quot;. If you need to make changes, do so, and save them. You can restart transmission-daemon and see if all is working ok:&lt;br /&gt;
&lt;br /&gt;
{{Cmd|rc-service transmission-daemon restart}}&lt;br /&gt;
&lt;br /&gt;
To configure the transmission settings (including the download location), edit the configuration file:&lt;br /&gt;
&lt;br /&gt;
 /var/lib/transmission/config/settings.json&lt;br /&gt;
&lt;br /&gt;
If everything is OK you should see transmission-daemon running with the following command:&lt;br /&gt;
&lt;br /&gt;
{{Cmd|ps}}&lt;br /&gt;
&lt;br /&gt;
If you change the download location in the settings, remember to transfer ownership to the transmission user and group.&lt;br /&gt;
&lt;br /&gt;
{{Cmd|chown -R transmission:transmission &amp;lt;DOWNLOAD_FODLER&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
It may also be convienent for the &amp;quot;root&amp;quot; user to be able to access the files when administering the server. An easy way to do this is to add the root user to the transmission group:&lt;br /&gt;
&lt;br /&gt;
{{Cmd|addgroup root transmission}}&lt;br /&gt;
&lt;br /&gt;
Lets add transmission to our system start:&lt;br /&gt;
&lt;br /&gt;
{{Cmd|rc-update add transmission-daemon}}&lt;br /&gt;
&lt;br /&gt;
The transmission web GUI will run on http://&amp;lt;IP_ADDRESS&amp;gt;:9091/transmission&lt;br /&gt;
&lt;br /&gt;
== Saving your changes to disk ==&lt;br /&gt;
&lt;br /&gt;
Now is a good time to write you changes to disk:&lt;br /&gt;
&lt;br /&gt;
{{Cmd|lbu_commit device}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Server]]&lt;/div&gt;</summary>
		<author><name>Mkem114</name></author>
	</entry>
</feed>