Configuration for deluge-console version

General support for problems installing or using Deluge
Post Reply
UsedsTorrents
New User
New User
Posts: 2
Joined: Sun Dec 14, 2014 12:13 pm

Configuration for deluge-console version

Post by UsedsTorrents »

Hey there
I am using a dedicated server with one gigabit up/down for hosting game servers among other things. As you can imagine, this does not even remotely use up my available bandwith, so I have decided to "donate" a fifth of my bandwith to torrents like kali linux or ubuntu distributions. The only problem now is the client: Because of my bandwith I can download all the torrents within seconds, but once I start seeding I never exceed upload speeds of one or two megabytes per second. I know that in order to optimize my upload speed I have to tweak my core.conf settings - there are some guides on this forum, the only problem being that they are for the gui version of Deluge, in the core.conf of the deluge demon, there are some ambiguous settings and the gui-tutorial does not really apply to them.

What I'd ask is for two things: Is there a detailed description of each setting found in core.conf in the deluge demon configuration file? Secondly, what settings would you recommend if I wanted to seed at a speed of 50 Megabytes per second?
ForeignerinPhils
Member
Member
Posts: 13
Joined: Sun Dec 21, 2014 4:02 am
Location: Davao del Norte, Philippines

Re: Configuration for deluge-console version

Post by ForeignerinPhils »

You don't want to enable the client-server configuration of deluge, so that you can perform all control and settings from your desktop gui?
UsedsTorrents
New User
New User
Posts: 2
Joined: Sun Dec 14, 2014 12:13 pm

Re: Configuration for deluge-console version

Post by UsedsTorrents »

ForeignerinPhils wrote:You don't want to enable the client-server configuration of deluge, so that you can perform all control and settings from your desktop gui?
My server runs a no-gui version of Ubuntu 12, therefore using the GUI is not an option for me.
thatbakerguy
New User
New User
Posts: 4
Joined: Sat Oct 26, 2013 5:07 pm

Re: Configuration for deluge-console version

Post by thatbakerguy »

how do you add delete torrents now without a gui? the web interface?

you can install deluge-console on your server along with the daemon and use a gui on another computer to interact with the server like it was a regular gui with client-server mode


i followed this page
http://dev.deluge-torrent.org/wiki/UserGuide/ThinClient

if you already have deluge console installed

add a user

Code: Select all

echo "alice:MyC0mpL3xPass:10" >> ~/.config/deluge/auth
then

Code: Select all

deluge-console "config -s allow_remote True"
deluge-console "config allow_remote"

then connect from deluge on another computer

http://dev.deluge-torrent.org/wiki/User ... ient#GTKUI
Post Reply