OPERATING SYSTEMSOS Linux

Create Cache Server -Speedup Downloads and Save Internet bandwidth on Ubuntu Server

# System update
#=======#=====#==
apt update -y

# Install Required packages
#==========#============#====
apt install -y docker.io
apt install -y docker-compose

# Start services at boot
#=======#======#====
systemctl enable docker
systemctl enable containerd

# Install git clone
#=====#=======#==
apt install -y git

# Download lancache & change directory
#===========#========#========#===
git clone https://github.com/lancachenet/docker-compose lancache
cd lancache

# Configure both file
#=====#=====#====
nano .env
nano docker-compose.yml

# Pull images
#=======#===
sudo docker-compose up -d

# Verify Installation
#=====#=====#===
docker stats

Note: Use lancache server ip as a dns server.

source

ubuntu download

6 thoughts on “Create Cache Server -Speedup Downloads and Save Internet bandwidth on Ubuntu Server

  • It only works for Steam games, or for other platforms too, for example Xbox, Sony. ?

    Do you have any project for corporate Lan caching? for example, something for a company?

  • How to fix lancache slow download speed? My internet download speed from Steam servers 500 mb/s, Lancache download speed from Steam servers 10-20 mb/s!!!

Comments are closed.