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!
Forgot the daemon port
Re: Forgot the daemon port
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.
Re: Forgot the daemon port
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

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