Results 1 to 7 of 7

Thread: Torrent client for headless server... that has a web interface?

  1. #1
    Join Date
    Jul 2006
    Beans
    4,860

    Torrent client for headless server... that has a web interface?

    I'm on the hunt for a torrent client that has a web interface that I can use on my 12.04.1 Ubuntu Server install. I've heard that rtorrent has some third party web front ends, but I'm trying to hold off on venturing down that path just yet in case there's something else I'm missing that's more of an all in one ready to go install it - bam done type of package.

    I've traditionally used Transmission, so naturally I began to look towards Transmission's CLI package, but I'm not really digging up much. Most people are just saying "I just run transmission file.torrent" or whatever via SSH and that's that. That's all well and good but I'd much rather have a web interface to manage them. Is there anything I'm missing?

  2. #2
    Join Date
    Apr 2005
    Location
    Finland/UK
    Beans
    Hidden!
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: Torrent client for headless server... that has a web interface?

    Transmission has plenty of Web-based UI's available, so you don't need to go for SSH/CLI approach if you don't want to:

    http://www.transmissionbt.com/resources/

    ...and of course Deluge has a Web UI as well.

  3. #3
    Join Date
    Apr 2008
    Location
    LOCATION=/dev/random
    Beans
    5,767
    Distro
    Ubuntu Development Release

    Re: Torrent client for headless server... that has a web interface?

    +1 for Transmission or Deluge, they both have WebUI's.
    Cheesemill

  4. #4
    Join Date
    Jul 2006
    Beans
    4,860

    Re: Torrent client for headless server... that has a web interface?

    Pardon my ignorance, but last I installed Transmission, I had to open Transmission and enable the web interface.

    How can I do such a thing on a headless, CLI only server?

  5. #5
    Join Date
    Apr 2005
    Location
    Finland/UK
    Beans
    Hidden!
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: Torrent client for headless server... that has a web interface?

    try starting the daemon first:

    Code:
    transmission-daemon
    ...as far as I know, that should already enable the Web UI. If not, there's probably a config file you can edit to enable it.

  6. #6
    iMac71 is offline Gee! These Aren't Roasted!
    Join Date
    Dec 2012
    Beans
    166

    Re: Torrent client for headless server... that has a web interface?

    Perhaps this topic might help you:
    https://forum.transmissionbt.com/vie...hp?f=8&t=12555

  7. #7
    Join Date
    Jul 2006
    Beans
    4,860

    Re: Torrent client for headless server... that has a web interface?

    Quote Originally Posted by mcduck View Post
    try starting the daemon first:

    Code:
    transmission-daemon
    ...as far as I know, that should already enable the Web UI. If not, there's probably a config file you can edit to enable it.
    Good call. It seems as if you need to install transmission-daemon, as it's not part of transmission-cli (at least, that's how it was for me on 12.04). Once done I ran transmission-daemon and it launched. I was able to hit myip:9091 and I logged in using transmission/transmission as the default credentials. Very nice! Now I just need to do a little digging to edit the user so instead of transmission/transmission it's roasted/mysupersecretpassword.

    EDIT - I also noticed that I would get a permission denied error when the torrents would try to save, which confused me because the directory was root:transmission @ 775 perms. I set it to 777 and let one begin to download then ran ls -l on it. It turns out debian-transmission is the actual name of the user who's saving the torrents. As a result, I added debian-transmission to be the group with 775 perms and all ran well.

    The only thing I really have to do yet is change the password/user account on the actual transmission setup, however since I'm not forwarding transmission out externally from my LAN I'm not sure it's a huge deal.
    Last edited by Roasted; December 27th, 2012 at 04:36 PM.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •