Best Torrent Client For Headless Server

Actually, if it is a strong enough hardware, you can run any GUI application that you'd like with vnc (like I do Ktorrent and aMule on my headless Arch server).
Here's how you do it:

In the question“What are the best Torrent clients? What are the best BitTorrent clients for a Linux server? Other Questions #1. What are the best torrent client for iOS? While it has been improved a lot in the last years, when it's used in 'headless' mode, the python demon still tends to use more resources than expected. Re: Headless Mac Torrent Download-Server? Post by chorlya » Sat Jun 20, 2009 10:17 pm I'm running transmission-daemon (TD) on Leopard for a while now, and its actually not that complicated to get up and running. Many of the available clients are excellent, but some have distinct advantages. If you're looking to manage large numbers of torrents and manage them over your network, Deluge is easily the best option. Deluge relies on a client-server model. The Deluge daemon runs on a designated server machine that handles the download and upload of files. 6 Best Ubuntu Torrent Clients for Ubuntu Linux. Before we dive into our top pick for the best Ubuntu Torrent Clients for Linux, we would recommend you to try CyberGhostVPN. If you believe in the idea of online privacy and protecting your anonymity, using a VPN is a must.

Torrent

1. Install basic xorg, a basic window manager and tight vnc on the headless server:

2. Run the server once so it will create ~/.vnc and setup passwords

3. Setup the vnc startup script (so you wont need to ssh and manually activate it after the headless reboots).
Call it vnc and put it in /etc/rc.d/
Dont forget to set it up to run at startup in rc.conf
replace daf666 with your username!

Arma 3 Headless Client

Minecraft

#!/bin/bash

# general config
. /etc/rc.conf
. /etc/rc.d/functions

case '$1' in
start)
stat_busy 'Starting vncserver'
su daf666 -c '/usr/bin/vncserver'
if [ $? -gt 0 ]; then
stat_fail
else
add_daemon vnc
stat_done
fi
;;
stop)
stat_busy 'Stopping vncserver'
killall Xvnc
if [ $? -gt 0 ]; then
stat_fail
else
rm_daemon vnc
stat_done
fi
;;
restart)
$0 stop
sleep 3
$0 start
;;
*)
echo 'usage: $0 {start|stop|restart}'
esac

4. To setup openbox to run at startup insert 'openbox' in your ~/.vnc/xstartup

Minecraft Headless Server

5. Reboot the headless

Best Torrent Client For Headless Server 1.8.9

6. Install tightvnc on your desktop machine and connect to the headless: vncviewer 6.6.6.6:1 (replace with ur IP and screen num)

7. Install ktorrent or what ever.. then it will keep running after you disconnect

Actually, if it is a strong enough hardware, you can run any GUI application that you'd like with vnc (like I do Ktorrent and aMule on my headless Arch server).
Here's how you do it:

1. Install basic xorg, a basic window manager and tight vnc on the headless server:

2. Run the server once so it will create ~/.vnc and setup passwords

3. Setup the vnc startup script (so you wont need to ssh and manually activate it after the headless reboots).
Call it vnc and put it in /etc/rc.d/
Dont forget to set it up to run at startup in rc.conf
replace daf666 with your username!

#!/bin/bash

# general config
. /etc/rc.conf
. /etc/rc.d/functions

case '$1' in
start)
stat_busy 'Starting vncserver'
su daf666 -c '/usr/bin/vncserver'
if [ $? -gt 0 ]; then
stat_fail
else
add_daemon vnc
stat_done
fi
;;
stop)
stat_busy 'Stopping vncserver'
killall Xvnc
if [ $? -gt 0 ]; then
stat_fail
else
rm_daemon vnc
stat_done
fi
;;
restart)
$0 stop
sleep 3
$0 start
;;
*)
echo 'usage: $0 {start|stop|restart}'
esac

Best Torrent Client For Headless Server

4. To setup openbox to run at startup insert 'openbox' in your ~/.vnc/xstartup

5. Reboot the headless

For

Ubuntu Headless Server

6. Install tightvnc on your desktop machine and connect to the headless: vncviewer 6.6.6.6:1 (replace with ur IP and screen num)

7. Install ktorrent or what ever.. then it will keep running after you disconnect