Download Clients
Go to Settings > Clients
to setup clients.
All clients have a test function to try out the connection details before saving. Don't forget to give the client a name!
Shared seedbox providers
These are confirmed working ways to connect to download clients on various shared seedbox providers. If you have information about other providers, please edit this page or let us know on Discord.
qBittorrent
Ultra.cc
- Host:
https://<username>.<hostname>.usbx.me/qbittorrent
- TLS: Enabled
- Username:
<username>
- Password:
<password>
- Basic Auth: Disabled
Seedhost.eu
- Host:
https://<hostname>.seedhost.eu/qbittorrent/
- TLS: Enabled
- Username:
<username>
- Password:
<password>
- Basic Auth: Disabled
Feralhosting
- Host
http://<username>.argus.feralhosting.com:<port>
- TLS: Disabled
- Username:
<username>
- Password:
<password>
- Basic Auth: Disabled
Hostingby.design
- Host
https://<hostname>.itsby.design/qbittorrent
- TLS: Enabled
- Username:
<username>
- Password:
<password>
- Basic Auth: Enabled
- Username:
<username>
- Password:
<password>
Seedit4.me
- Host
localhost:9148
- TLS: Disabled
- Username:
seedit4me
- Password:
<your slot password>
- Basic Auth: Disabled
Deluge
Ultra.CC
- Host:
<hostname>.usbx.me
- Port:
DAEMON_PORT
- TLS: Enabled
- Username:
<username>
- Password:
<password>
Seedhost
- Host:
<hostname>.seedhost.eu
- Port:
DAEMON_PORT
- TLS:
Enabled
- Username:
<username>
- Password:
<password>
Feralhosting
# Grab credentials via SSH
printf "10.0.0.1\n$(hostname -f)\n$(whoami)\n$(sed -rn 's/(.*)"daemon_port": (.*),/\2/p' ~/.config/deluge/core.conf)\n$(sed -rn "s/$(whoami):(.*):(.*)/\1/p" ~/.config/deluge/auth)\n"
- Host:
<hostname>.feralhosting.com
- Port:
DAEMON_PORT
- TLS: Enabled
- Username:
<username>
- Password:
<password>
Hostingby.design
# Bind to 0.0.0.0 to enable remote connections
box stop deluge-web
sed -i 's/127.0.0.1/0.0.0.0/g' ~/.config/deluge/web.conf
box start deluge-web
- Host:
<hostname>.itsby.design
- Port:
DAEMON_PORT
- TLS: Enabled
- Username:
<username>
- Password:
<password>
Bytesized Hosting
- Host:
<username><hostname>.bysh.me
- Port:
DAEMON_PORT
- TLS: Enabled
- Username:
<username>
- Password:
<password>
Seedit4.me
- Host: localhost
- Port:
DAEMON_PORT
- TLS: disabled
- Username:
seedit4me
- Password:
<your slot password>
rTorrent
Ultra.cc
- Host:
https://<username>:<password>@<username>.<hostname>.usbx.me/RPC2
Seedhost.eu
- Host:
https://<username>:<password>@<hostname>.seedhost.eu/<username>/rutorrent/plugins/httprpc/action.php
Feralhosting
- Host:
https://rutorrent:password@<hostname>.feralhosting.com/<username>/rtorrent/rpc
Hostingby.design
- Host:
https://username:password@<hostname>.itsby.design/rutorrent/plugins/httprpc/action.php
Bytesized Hosting
- Host:
https://<username>:<password>@<username>.<hostname>.bysh.me/rutorrent/plugins/httprpc/action.php
Seedit4.me
https://seedit4me:<PASSWORD>@<hostname>/rutorrent/plugins/httprpc/action.php
Transmisison
Ultra.cc
- Host:
<username>.<hostname>.usbx.me
- Port: Transmissions' RPC Port as given in your Control Panel
- TLS: Enabled
- Username:
<username>
- Password:
<password>
Seedhost.eu
# Grab RPC Port
echo -e "Your Transmission port: \e[31m$(grep '"rpc-port": [0-9]*' ~/.config/transmission-daemon/settings.json | awk -F ': ' '{print $2}' | awk -F ',' '{print $1}')\e[0m"
- Host:
<hostname>.seedhost.eu/<username>/transmission/rpc
- Port:
<RPC Port>
- TLS: Enabled
- Username:
<username>
- Password:
<password>
Feralhosting
- Host:
<hostname>.feralhosting.com/<username>/transmission/rpc
- Port: 9091
- TLS: Enabled
- Password:
<password>
Sonarr
Ultra.cc
- Host:
https://<username>.<hostname>.usbx.me/sonarr
- API Key:
API Key
(Sonarr's API Key found in Settings -> General -> Security) - Basic Auth: Enabled
- Username:
<username>
- Password:
<password>
Seedhost.eu
- Host:
https://<hostname>.seedhost.eu/<username>/sonarr
- API Key:
API Key
(Sonarr's API Key found in Settings -> General -> Security) - Basic Auth: Enabled
- Username:
<username>
- Password:
<password>
Feralhosting
- Host:
http://<hostname>.feralhosting.com:<port>/<username>/sonarr/
- API Key:
API Key
(Sonarr's API Key found in Settings -> General -> Security) - Basic Auth: Enabled
- Username:
<username>
- Password:
<password>
Hostingby.design
- Host:
https://<hostname>.itsby.design/sonarr
- API Key:
API Key
(Sonarr's API Key found in Settings -> General -> Security) - Basic Auth: Enabled
- Username:
<username>
- Password:
<password>
Bytesized Hosting
- Host:
https://<username>.<hostname>.bysh.me/sonarr
- API Key:
API Key
(Sonarr's API Key found in Settings -> General -> Security) - Basic Auth: Disabled
Seedit4.me
- Host:
http://localhost:8989/sonarr/
- API Key:
API Key
(Sonarr's API Key found in Settings -> General -> Security) - Basic Auth: Disabled
Radarr
Ultra.cc
- Host:
https://<username>.<hostname>.usbx.me/radarr
- API Key:
API Key
(Radarr's API Key found in Settings -> General -> Security) - Basic Auth: Enabled
- Username:
<username>
- Password:
<password>
Seedhost.eu
- Host:
https://<hostname>.seedhost.eu/<username>/radarr
- API Key:
API Key
(Radarr's API Key found in Settings -> General -> Security) - Basic Auth: Enabled
- Username:
<username>
- Password:
<password>
Feralhosting
- Host:
http://<hostname>.feralhosting.com:<port>/<username>/radarr/
- API Key:
API Key
(Radarr's API Key found in Settings -> General -> Security) - Basic Auth: Enabled
- Username:
<username>
- Password:
<password>
Hostingby.design
- Host:
https://<hostname>.itsby.design/radarr
- API Key:
API Key
(Radarr's API Key found in Settings -> General -> Security) - Basic Auth: Enabled
- Username:
<username>
- Password:
<password>
Bytesized Hosting
- Host:
https://<username>.<hostname>.bysh.me/radarr
- API Key:
API Key
(Radarr's API Key found in Settings -> General -> Security) - Basic Auth: Disabled
Seedit4.me
- Host:
http://localhost:7878/radarr/
- API Key:
API Key
(Radarr's API Key found in Settings -> General -> Security) - Basic Auth: Disabled
Lidarr
Ultra.cc
- Host:
https://<username>.<hostname>.usbx.me/lidarr
- API Key:
API Key
(Lidarr's API Key found in Settings -> General -> Security) - Basic Auth: Disabled
Seedhost.eu
- Host:
https://<hostname>.seedhost.eu/<username>/lidarr
- API Key:
API Key
(Lidarr's API Key found in Settings -> General -> Security) - Basic Auth: Disabled
Feralhosting
- Host:
http://<hostname>.feralhosting.com:<port>/<username>/lidarr/
- API Key:
API Key
(Lidarr's API Key found in Settings -> General -> Security) - Basic Auth: Enabled
- Username:
<username>
- Password:
<password>
Hostingby.design
- Host:
https://<hostname>.itsby.design/lidarr
- API Key:
API Key
(Lidarr's API Key found in Settings -> General -> Security) - Basic Auth: Enabled
- Username:
<username>
- Password:
<password>
Bytesized Hosting
- Host:
https://<username>.<hostname>.bysh.me/lidarr
- API Key:
API Key
(Lidarr's API Key found in Settings -> General -> Security) - Basic Auth: Disabled
Seedit4.me
- Host:
http://localhost:8686/lidarr/
- API Key:
API Key
(Lidarr's API Key found in Settings -> General -> Security) - Basic Auth: Disabled
Readarr
Ultra.cc
- Host:
https://<username>.<hostname>.usbx.me/readarr
- API Key:
API Key
(Readarr's API Key found in Settings -> General -> Security) - Basic Auth: Disabled
Seedhost.eu
- Host:
https://<hostname>.seedhost.eu/<username>/readarr
- API Key:
API Key
(Readarr's API Key found in Settings -> General -> Security) - Basic Auth: Disabled
Bytesized Hosting
- Host:
https://<username>.<hostname>.bysh.me/readarr
- API Key:
API Key
(Readarr's API Key found in Settings -> General -> Security) - Basic Auth: Disabled