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.
Profile
Re: Profile
Run another instance of Deluge in a VM.Dmitry wrote:Is it possible? and how can I do that?
Re: Profile
Thanks for reply.
VM is not a solution
Is it possible to run 2 deamons on different ports?
VM is not a solution

Is it possible to run 2 deamons on different ports?
Re: Profile
Yes as long as you also provide different config directories (using -c).
Re: Profile
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.johnnyg wrote:Yes as long as you also provide different config directories (using -c).