Forgot the daemon port

General support for problems installing or using Deluge
Post Reply
pompor
New User
New User
Posts: 2
Joined: Sat Apr 06, 2013 5:18 pm

Forgot the daemon port

Post 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!
bro
Top Bloke
Top Bloke
Posts: 364
Joined: Sun Aug 28, 2011 6:46 pm
Location: Norway

Re: Forgot the daemon port

Post by bro »

You'll find the daemon port in ~/.config/deluge/core.conf
When reporting issues, please include any relevant information such as OS (and version), python version (for Windows users this depends on which Deluge installer was used), Deluge version and plugin version.
pompor
New User
New User
Posts: 2
Joined: Sat Apr 06, 2013 5:18 pm

Re: Forgot the daemon port

Post 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,

...
Cas
Top Bloke
Top Bloke
Posts: 3681
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: Forgot the daemon port

Post 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?
Post Reply