<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>deluge Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/deluge/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Mon, 21 Dec 2020 22:05:25 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.13</generator>
	<item>
		<title>How to set your torrent center with Deluge Web?</title>
		<link>https://www.osradar.com/your-torrent-center-deluge-web/</link>
					<comments>https://www.osradar.com/your-torrent-center-deluge-web/#comments</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Tue, 22 Dec 2020 02:02:00 +0000</pubDate>
				<category><![CDATA[Servers]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Buster]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[deluge]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[torrent]]></category>
		<category><![CDATA[Tutorial]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=26914</guid>

					<description><![CDATA[<p>Hello, friends. In this post, you will learn how to create your own torrent center with Deluge web. It&#8217;s so easy that you won&#8217;t believe it What do we want to do? Imagine you have a server and you want to download your files via torrent and accessible from anywhere. This is why it is [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/your-torrent-center-deluge-web/">How to set your torrent center with Deluge Web?</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Hello, friends. In this post, you will learn how to create your own torrent center with Deluge web. It&#8217;s so easy that you won&#8217;t believe it</p>



<p><strong>What do we want to do?</strong></p>



<p>Imagine you have a server and you want to download your files via torrent and accessible from anywhere. This is why it is possible to use and configure <a href="https://deluge-torrent.org/" target="_blank" rel="noreferrer noopener">Deluge</a> in such a way that you can connect without problems and manage your torrents</p>



<p>For this, you need a server that can be private because the principle is the same.</p>



<p>So, let&#8217;s go for it. For this post, I&#8217;m using <a href="https://www.osradar.com/tag/buster" target="_blank" rel="noreferrer noopener">Debian 10</a>.</p>



<h2>Create your torrent center with Deluge Web</h2>



<p>First, access your server via ssh either by password or key.</p>



<p>Once you are on your server, update all packages</p>



<pre class="wp-block-preformatted">sudo apt update<br>sudo apt upgrade</pre>



<p>Once it is updated, you have to install the Deluge daemon as well as its console and web interface.</p>



<p>So, execute the following command to do so</p>



<pre class="wp-block-preformatted">sudo apt-get install deluged deluge-console deluge-webui</pre>



<p>When the installation is completed, a service called deluged will be created which manages the application.</p>



<p>You can check the status of it:</p>



<pre class="wp-block-preformatted">sudo systemctl status deluged
● deluged.service - LSB: Start or stop the Deluge BitTorrent daemon.
    Loaded: loaded (/etc/init.d/deluged; generated)
    Active: active (exited) since Mon 2020-12-21 21:01:56 CET; 1h 39min ago
      Docs: man:systemd-sysv-generator(8)
   Process: 3692 ExecStart=/etc/init.d/deluged start (code=exited, status=0/SUCCESS)
 Dec 21 21:01:56 angtest systemd[1]: Starting LSB: Start or stop the Deluge BitTorrent daemon….
 Dec 21 21:01:56 angtest deluged[3692]: Starting Deluge BitTorrent Daemon: deluged Not starting Deluge BitTorrent Daemon deluged, disabled in /etc/default/deluged.
 Dec 21 21:01:56 angtest systemd[1]: Started LSB: Start or stop the Deluge BitTorrent daemon..</pre>



<p>Now it is necessary to add our username and password to a DEluge configuration file.</p>



<pre class="wp-block-preformatted">echo "your-user:password:10" &gt;&gt; ~/.config/deluge/auth</pre>



<p>Replace the values with your own. The number 10 means that this user has permission to modify Deluge</p>



<p>Then restart the Deluge service to apply the changes</p>



<pre class="wp-block-preformatted">sudo systemctl restart deluged</pre>



<p>Now using the Deluge console, we can enable access via the graphical interface.</p>



<p>So, execute these commands:</p>



<pre class="wp-block-preformatted">deluge-console "config -s allow_remote True"<br>deluge-console "config allow_remote</pre>



<p>Now enable the web interface &#8211;</p>



<pre class="wp-block-preformatted">deluge-web --fork</pre>



<h2>Using Deluge Web</h2>



<p>Now go to your web browser and access your server using port <strong>8112</strong> and you will see a screen like this</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="525" src="https://www.osradar.com/wp-content/uploads/2020/12/1-7-1024x525.png" alt="1.- Deluge web" class="wp-image-26915" srcset="https://www.osradar.com/wp-content/uploads/2020/12/1-7-1024x525.png 1024w, https://www.osradar.com/wp-content/uploads/2020/12/1-7-300x154.png 300w, https://www.osradar.com/wp-content/uploads/2020/12/1-7-768x394.png 768w, https://www.osradar.com/wp-content/uploads/2020/12/1-7-696x357.png 696w, https://www.osradar.com/wp-content/uploads/2020/12/1-7-1068x547.png 1068w, https://www.osradar.com/wp-content/uploads/2020/12/1-7.png 1366w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>1.- Deluge web</figcaption></figure>



<p>On this screen, we have to access with the default password which is deluge.</p>



<p>When you enter it you will be asked to change it to yours.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="525" src="https://www.osradar.com/wp-content/uploads/2020/12/2-6-1024x525.png" alt="2.- Using Deluge web for your torrent center" class="wp-image-26916" srcset="https://www.osradar.com/wp-content/uploads/2020/12/2-6-1024x525.png 1024w, https://www.osradar.com/wp-content/uploads/2020/12/2-6-300x154.png 300w, https://www.osradar.com/wp-content/uploads/2020/12/2-6-768x394.png 768w, https://www.osradar.com/wp-content/uploads/2020/12/2-6-696x357.png 696w, https://www.osradar.com/wp-content/uploads/2020/12/2-6-1068x547.png 1068w, https://www.osradar.com/wp-content/uploads/2020/12/2-6.png 1366w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>2.- Using Deluge web for your torrent center</figcaption></figure>



<p>When you do it, Deluge will be ready.</p>



<p>Now start creating your folders and you have your torrent download center.</p>



<h2>Conclusion</h2>



<p>Nowadays having a VPS is economical and this means that we can have things without having to look for a supplier. One of those things is the creation of a torrent center that allows us to download and manage them remotely.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/your-torrent-center-deluge-web/">How to set your torrent center with Deluge Web?</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/your-torrent-center-deluge-web/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>
