Page 1 of 1

Profile

Posted: Tue Apr 12, 2011 9:19 pm
by Dmitry
Hello, I have deluge server on my ubuntu server. Also I have friend that want to use my deluge server. I want to create one more profile on my server. I did
echo "user2:pwd" >> ~/.config/deluge/auth
Then I login as 'user2' and... I saw all MY torrents :(
But I want to separate our torrents.
Is it possible? and how can I do that?
Thanks.

Re: Profile

Posted: Wed Apr 13, 2011 5:39 am
by CSB
Dmitry wrote:Is it possible? and how can I do that?
Run another instance of Deluge in a VM.

Re: Profile

Posted: Wed Apr 13, 2011 9:48 am
by Dmitry
Thanks for reply.
VM is not a solution :(
Is it possible to run 2 deamons on different ports?

Re: Profile

Posted: Wed Apr 13, 2011 12:24 pm
by johnnyg
Yes as long as you also provide different config directories (using -c).

Re: Profile

Posted: Wed Apr 13, 2011 6:09 pm
by CSB
johnnyg wrote:Yes as long as you also provide different config directories (using -c).
You'll also need to make sure any network ports they use are not the same, e.g. webui listen port and daemon listen port.