Page 1 of 1

Forgot the daemon port

Posted: Sat Apr 06, 2013 5:25 pm
by pompor
Hey
I`m really new to Deluge but i made a really big mistake with my setup
I run Deluge Daemon on my headless Raspberry Pi (over ssh and vnc) with Debian Wheezy.
I changed the port from the daemon and now i`m unable to remember it. I just ran Deluge over my Browser and configured everything over the browser!
So is there a way how i can find the port out,maybe over ssh?

thank you so much for your help!

Re: Forgot the daemon port

Posted: Sun Apr 14, 2013 11:00 pm
by bro
You'll find the daemon port in ~/.config/deluge/core.conf

Re: Forgot the daemon port

Posted: Mon Apr 15, 2013 12:17 pm
by pompor
Thank you :)
But if I try to log in it always says that the deamon is offline, but the gui deluge says that there is a deamon running, my Core.conf file looks like

Code: Select all

... 
{
  "info_sent": 0.0,
  "lsd": true,
  "max_download_speed": -1.0,
  "send_info": false,
  "natpmp": true,
  "move_completed_path": "/home/pi",
  "peer_tos": "0x00",
  "enc_in_policy": 1,
  "queue_new_to_top": false,
  "ignore_limits_on_local_network": true,
  "rate_limit_ip_overhead": true,
  "daemon_port": 58846,
  "torrentfiles_location": "/home/pi",
  "max_active_limit": 8,
  "geoip_db_location": "/usr/share/GeoIP/GeoIP.dat",
  "upnp": true,
  "utpex": true,
  "max_active_downloading": 3,
  "max_active_seeding": 5,
  "allow_remote": false,
  "outgoing_ports": [
    0,

...

Re: Forgot the daemon port

Posted: Mon Apr 15, 2013 4:07 pm
by Cas
The config is relative to the user running deluged.

The port should be shown in Preferences|Daemon if you go through WebUI. (edit: actually don't think this works)

What is the output of `pgrep -fl deluged` on your server?