knowledge base
You can find all guides, tips and help with troubleshooting for a lot of apps and our own system here. If you have any issues, even with the help of our awesome guides, you can always submit a ticket and we will see how we can help you best!
If you use the search bar on the right you will also find forum threads and news items related to your query.
Knowledge base Article
Sonarr Configuration details
2021-03-02 12:06:44
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}