Spreading Aria2⁠ + Ariang + Filebrowser on NAT VPS


Natvps.id – Like a seedbox, we can make Nat VPS as Cloud download With very high internet speed and large storage capacity. One of software What is often used is Aria2. Together with Ariang as a graphic interface for Aria2, this combination provides intuitive access, allows users to manage downloads from anywhere.

In this article we will discuss the steps of Deating Aria2 + Ariang + Filebrowser on NAT VPS using Docker Compose. This article uses Ubuntu 22.04 as a mold. For other OS, please adjust the steps.

Aria2 and Ariang are incorporated into one docker application, and Filebrowser is an additional application to see the results of the download from ARIA2.

Port forwarding configuration

Considering we use grout, we need to add 2 Port Forwarding Configuration In the virtualizor panel (or other VPS panels according to the provider), namely:

  • 1 port for aria2 + ariang (join into one port)
  • 1 port For Filebrowser

For example, in this article will use a port 19006 For Aria2 and 19007 For Filebrowser. You are free to change these two ports according to your choice. Record these two ports, because we will use it again in the deploy process.

Install Docker

We will use a docker and compile a docker for men-spread These three applications.

First, install curly Using Orders:

apt update && apt install curl -y

Then, run manuscript Automatic installation from the docker by entering:

curl -fsSL get.docker.com | sh

Wait until the installation process is complete.

Application deploy

Create a new directory with a name aria-ariang-filebrowser

cd ~/
mkdir aria-ariang-filebrowser
cd aria-ariang-filebrowser

Create a new file with a name docker-compose.yml using nano:

apt install nano -y
nano docker-compose.yaml

Then attach the following compose configuration:

# Docker Compose untuk deploy Aria2 + AriaNg + Filebrowser di NAT VPS
# 
# Source:
#   -  (adapted)
#   -  (converted to Docker Compose)

services:
  ariang:
    image: hurlenko/aria2-ariang
    ports:
      - 19006:8080
    volumes:
      - ./downloads:/aria2/data
      - ./config:/aria2/conf
    environment:
      - RPC_SECRET=rahasia
      - ARIA2RPCPORT=19006
    restart: always
  filebrowser:
    volumes:
        - ./downloads:/srv
        - ./filebrowser.db:/database.db
    ports:
        - 19007:80
    image: filebrowser/filebrowser

  • In the section ports: And ARIA2RPCPORTadjust 19006 And 19007 With every port you use.
  • In the section RPC_SECRET=rahasiachange rahasia With something random, in order to avoid outside access from an unknown party.

Save the file by pressing Ctrl-X, yThen Enter.

Create an empty file for Filebrowser configuration:

touch filebrowser.db

Finally, run using a compose docker:

docker compose up -d

Wait until the process spread finished.

Access aria2 & ariang

Ariang (along with Aria2) can be accessed through the port that you have set before. Example: http://195.154.94.231:19006.

Accelerate the Filebrowser

Just like Aria2, Filebrowser can be accessed through the port that you have set before. Example: http://195.154.94.231:19007.

In the new installation, credentials for login are:

  • Last name: Admin
  • Password: Admin

Cover

Thus this article is about the steps of deploy aria2 + ariang + filebrowser in NAT VPS. If you are confused or doubtful, don’t hesitate to ask questions in the telegram group @ipv6indonesia. Thank You!



Game Center

Game News

Review Film
Rumus Matematika
Anime Batch
Berita Terkini
Berita Terkini
Berita Terkini
Berita Terkini
review anime

Gaming Center