Description

The Sync Server is specifically designed to further accelerate the distribution of LAN Launcher content. In addition, it is designed to provide all available games, regardless of whether they are installed in the LAN Launcher or not. This ensures that players can install any content when no internet is available, or if no existing LAN Launcher installations are active on the network.

We have optimized the virtual machine so that it can be set up in the kind of "Fire and forget" - a further configuration is not necessary. After the start, the Sync Server starts working independently. The only prerequisites are an existing Internet connection and sufficient free space. The VM is available in two variants: as a package including a portable VirtualBox or as a VMware OVA, which can be used, among other things, as a virtual machine Can also be used with Parallels or KVM.


System requirements

  • 1.5 TB free space
  • 4 GB RAM
  • 64 bit Windows operating system (7 / 10 / Server)
  • Optional

    • Linux operating system with support for VirtualBox
    • VMware ESXi / Workstation / Player

Note

The Sync Server can be conveniently downloaded via the LAN Launcher.

After the download you can open the folder structure in the launcher by clicking on "Start game" and look at the files of the Sync Server.

VirtualBox

Sync Server with VirtualBox

VirtualBox is already part of the package and does not have to be installed separately.


  • Step 1 - Open the folder structure via the LAN Launcher
  • Step 2 - Unpack the RAR file to the desired storage medium (1500 GB of free space)
  • Step 3 - Start VirtualBox and booting VM
  • Step 4 - Open the Sync Web Interface and check the download

VMware

Sync-VM with VMware

You can use any VMware hypervisor that is capable of importing OVA files (VMware Player, Workstation, ESXi, ...)


  • Step 1 - Open the folder structure via the LAN Launcher
  • Step 2 - Unpack the RAR file to the desired storage medium (1500 GB of free space)
  • Step 3 - Start VMware Hypervisor and power up VM
  • Step 4 - Open the Sync Web Interface and check the download

Bare metal

Copy the following command line into the shell to install Resilio Sync and the eti Service script:

wget -O - https://www.eti-lan.xyz/sync_server.sh | sh

If you want to know exactly which single steps are executed, you can also execute the command lines one by one:

echo apt-get update

apt-get install -y wget gnupg

echo "deb http://linux-packages.resilio.com/resilio-sync/deb resilio-sync non-free" > /etc/apt/sources.list.d/resilio-sync.list

wget -qO - http://linux-packages.resilio.com/resilio-sync/key.asc | apt-key add -

apt-get update

apt-get install -y net-tools resilio-sync curl sqlite3 iptables iptables-persistent

apt-mark hold resilio-sync

cp /etc/rc.local /etc/rc.local.bak

wget https://www.eti-lan.xyz/sync_server.tar

tar xvf sync_server.tar -C /

rm sync_server.tar

mkdir /lan

chmod 0777 /lan

echo "alias eti='/etc/init.d/eti'" >> /root/.bashrc

update-rc.d eti defaults

update-rc.d -f resilio-sync remove

chmod +x /etc/rc.local

systemctl start rc-local

echo "Reboot to start all services"

Optimizations

Open the web interface of your sync server under:

http://sync-server-ip:8888/gui/

And navigate to:

--> Preferences --> Advanced

First disable the debug logging in the lower area. Then you will find the item Open power user preferences underneath.

For single disks, Linux file system and RAID arrays the following settings are interesting:

lazy_indexing

parallel_indexing

enable_file_system_notifications

ignore_symlinks

overwrite_changes