SONARR: Configuration details
Sonarr/Radarr can be configured on your server with either rTorrent or Deluge as the download client. Be sure to enable Advanced Options in Sonarr/Radarr.
To configure local/internal only access:
rTorrent:
- Host: 127.0.0.1
- Port: 443
- URL Path: /seedit4me
- Username: seedit4me
- Password: {your seedit4me password}
- SSL: On
Deluge:
Slightly more complicated - you need your Deluge web port. This can be determine with SSH access by running:
cat /home/seedit4me/.config/deluge/web.conf | grep port
- Host: 127.0.0.1
- Port: 10033
- URL Path: /deluge
- Password: {your seedit4me password}
Jackett urls need to be formatted as:
http://127.0.0.1:9117/jackett/api/v2.0/indexers/all/results/torznab/
To configure external access (i.e. run Sonarr/Radarr on your local machine):
rTorrent:
- Host: your host can be found on your seedbox dashboard, for example 248.gsb22.seedit4.me
- Port: 443
- URL Path: /seedit4me
- Username: seedit4me
- Password: {your seedit4me password}
- SSL: On
Deluge:
Slightly more complicated - you need your Deluge web port. This can be determine with SSH access by running:
cat /home/seedit4me/.config/deluge/web.conf | grep port
- Host: your host can be found on your seedbox dashboard, for example 248.gsb22.seedit4.me
- Port: 10033
- URL Path: /deluge
- Password: {your seedit4me password}