(IMG:[
i.art3m.is]
https://i.art3m.is/u/1489866048.png)
- Introduction -Hello, and thanks for taking a look at my Hentai@Home guide!This guide is made for people who are interested in investing money into rented hardware for Hentai@Home usage. If you're not interested in purchasing anything, you can still read this guide as it might have valuable information nonetheless.(IMG:[
i.art3m.is]
https://i.art3m.is/u/1489866048.png)
- What is a Seedbox? -In short, a Seedbox is a remote server hosted in a high-bandwidth data center.Seedboxes are commonly used on torrenting sites to have more privacy and seeding performance, however Seedboxes can also be used to keep H@H enabled 24/7.(IMG:[
i.art3m.is]
https://i.art3m.is/u/1489866048.png)
- Pros and Cons -(IMG:[
i.art3m.is]
https://i.art3m.is/u/1489868533.png)
(IMG:[
i.art3m.is]
https://i.art3m.is/u/1489866048.png)
- Seedbox Options -There are a LOT of server hosts in the world. To make things easy, I've listed a few hosts here. Please note, that you might find something else, that might be potentially better. This list is based on my own personal experience and opinions.Kimsufi.com (Recommended) *
SoYouStart.comOnline.netFeralHosting.com* I'm recommending Kimsufi due to their good price/quality ratio. I'm able to run ~10 websites, a torrenting software and H@H on the server without problems or major latency.However, if you're only interested in using the server for H@H, feel free to take a look at the other options.
(IMG:[
i.art3m.is]
https://i.art3m.is/u/1489866048.png)
- H@H Installation -*This guide is currently only written to support the Ubuntu operating system**WORK IN PROGRESSBefore reading this section, try to login to your server via SSH using a program like PuTTY. Usually the server host sends you the login details via email, or provides them to you after a successful purchase.
Once you've purchased the server you're ready install H@H and get started. Most of the time when buying a seedbox, the usual internet problems are resolved by default, so I won't go over that right now.
First of all, we need to check if the repositories are up to date. Simply run the following command:
sudo apt-get updateAfter the package update is done, check if Java is installed:
java -versionIf Java hasn't been installed yet, execute the following command:
sudo apt-get install default-jreOnce Java has been installed, we need to install one more package to get started:
sudo apt-get install unzipAlright. We're finally done installing packages. Now we can get into installing H@H.
Run the following commands:
sudo mkdir /home/YourUsername/hathclientcd /home/YourUsername/hathclientsudo wget https://repo.e-hentai.org/hath/HentaiAtHome_1.4.1.zipsudo unzip HentaiAtHome_1.4.1.zipOnce you've ran those commands, we're going to make a "tmux" session to keep H@H active even when the SSH connection isn't open. Execute the following commands:
tmuxjava -jar HentaiAtHome.jarIf you don't have a H@H client set up, click
here and do so. Once you're configured the client, re-open the SSH window and enter the Client ID and Client Key when requested.
If all goes well, the client successfully connects to the H@H network and starts doing it's magic. When you want to disconnect from the tmux session, simply enter the following key combination:
CTRL + B
Then D
If you ever need to re-access the session (to shut down the client, for example) enter the following commands:
tmux list-sessionsThis command lists all the active sessions. If you've only used tmux for H@H, the ID of the session should be 0. Simply use the following command to re-access the session:
tmux a -t 0This post has been edited by Art3misBBO: Mar 19 2017, 00:12