#syncthing #ubuntu #ubuntu22 #virtualbox #ftpシ #centos #ftpserver #sync
Installation Instruction:
Installing Necessary Packages
sudo apt install software-properties-common apt-transport-https wget curl -y
Integrating Syncthing’s Official APT Repository
sudo curl -o /usr/share/keyrings/syncthing-archive-keyring.gpg https://syncthing.net/release-key.gpg
Import Stable Version of Syncthing
echo "deb [signed-by=/usr/share/keyrings/syncthing-archive-keyring.gpg] https://apt.syncthing.net/ syncthing stable" | sudo tee /etc/apt/sources.list.d/syncthing.list
Refreshing the APT Packages Index
sudo apt update
Installing Syncthing
sudo apt install syncthing -y
Enabling the Syncthing Service
sudo systemctl enable syncthing@username
Starting the Syncthing Service Manually
sudo systemctl start syncthing@username
Familiarizing Yourself with the Syncthing Configuration
cd /home/username/.local/state/syncthing
cd /home/username/.config/syncthing
ls
nano config.xml
Now we will change the IP Address according to our requirement.
Now restart the service
systemctl restart syncthing@username
CONFIGURING THE UFW FIREWALL FOR SYNCTHING
Step 1: Allowing Syncthing Through UFW
sudo ufw allow 22000/tcp
Step 2: Activating UFW
sudo ufw enable
Step 3: Verifying UFW Configuration
sudo ufw status verbose
4. Accessing the Syncthing WebUI
By default, Syncthing’s WebUI is accessible locally at http://127.0.0.1:8384. Navigate to
this address in your web browser.
http://127.0.0.1:8384 change the ip according to your machine or server IP
Смотрите видео Install Syncthing on Ubuntu | FTP Sync | Ubuntu | Open-source | Syncthing онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь World of Innovations 09 Июнь 2024, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 67 раз и оно понравилось 0 людям.