#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
Watch video Install Syncthing on Ubuntu | FTP Sync | Ubuntu | Open-source | Syncthing online without registration, duration hours minute second in high quality. This video was added by user World of Innovations 09 June 2024, don't forget to share it with your friends and acquaintances, it has been viewed on our site 6 once and liked it people.