Introduction
For this, to work you have to have either Macports or Homebrew already installed.
if you need more info on how to do that, check these links:
After that's done let's continue.
You might want to check this official article.
Step 1
MacPorts method
After successfully installing MacPorts, from the terminal run the following command
sudo port install deluge
💡 If you're using zshrc instead of bash, you'll have to perform the additional commands.
nano ~/.zshrc
export PATH=/opt/local/bin:/opt/local/sbin:$PATH
source ~/.zshrc
source ~/.bash_profile
Homebrew method
Open your macOS Terminal if you haven't already and run these commands
brew install pygobject3 gtk+3 adwaita-icon-theme
brew install libtorrent-rasterbar
brew link gettext --force
pip3 install deluge
Step 2
After all that is done, and everything went okay you can open Deluge with
deluge
Last Step
From here on, follow our article on how to set up everything and connect your Seedbox's Deluge to your local instance.
If you're interested to install Deluge v2.+ for Windows, which also matches the seedbox Deluge daemon version (i.e. 2.+), do that by following this forum thread.
I don't know what to do next...
If you need any assistance, let us know by opening a chat in the bottom-right corner of your screen. We're here to help 😄

