Some useful deluge-console commands #bash #deluge #torrent
I keep forgetting deluge commands so let me put it here for myself. Many of them are self explanatory but I’m dumb and keep forgetting.
- Create
screen
- Start deluge service:
deluged
- Start deluge console
deluge-console
- Add a new torrent:
add magnet-link
- List the torrents being downloaded:
info
- Remove a torrent (eg finished torrent without removing the data):
rm torrent-id
(You can find the id from previous command.) - Pause a torrent
pause torrent-id
- Continue paused torrent
resume torrent-id
- Exit:
exit
Alternatively if you are a GUI person, you can use deluge-web
command in a screen
to observe using web UI even with authentication:
Default port for deluge-web is 8112
, so just navigate to http://my_deluge_server_ip:8112
What’s deluge and how to download: https://deluge-torrent.org/