• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
Source Digit

Source Digit

Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos

  • Home
  • How To
  • Ubuntu
  • Instagram
  • Blogging
  • Android
  • WordPress
  • +More
    • Cloud Computing
    • Gadgets
    • Social Media
    • Technology
  • Write for Us
Home / Ubuntu / Install Syncthing File Synchronization Software On Ubuntu

Install Syncthing File Synchronization Software On Ubuntu

By Sourabh / August 25, 2016 Category: How To, Ubuntu

Syncthing File Synchronization Software for Linux Ubuntu. Install Syncthing on Ubuntu 16.04 Systems. Syncthing is an open source continuous file synchronization application that lets you synchronize your files across multiple devices. Every operations such as the creation, modification or deletion of files on one machine will automatically be replicated on other devices.

Syncthing is easy to use. Syncthing doesn’t need IP addresses or advanced configuration: it just works, over LAN and over the Internet. Syncthing comes with a powerful web GUI. It can be used to configure and monitor Syncthing via a responsive and powerful interface accessible via web browser.

Syncthing v0.14.4

Syncthing-Ubuntu

Syncthing v0.14.4 is the latest release of the file synchronization application. It is a minor release and brings the following changes:

  • Completion percentage calculations have been improved.
  • Windows build have been fixed for Go 1.7, and now requires Go 1.7.
  • A zero progress update interval doesn’t drive up CPU usage during syncing any more.
  • Virtual modtime handling has been fixed, so that master folders no longer become spuriously out of sync.
  • Temporary index sorting databases are removed from disk at startup, if left over after a hard stop.
  • Automatic upgrade takes more care to not leave temporaries behind or remove the original in case of upgrade failure.

Install Syncthing On Ubuntu

Syncthing file synchronization tool can be easily installed on Ubuntu Systems. Follow the steps given below to install Syncthing:

Step 1: Add the release PGP keys:

sudo apt upgrade
sudo apt install curl
curl -s https://syncthing.net/release-key.txt | sudo apt-key add -

Step 2: Add the “release” channel to your APT sources:

echo "deb http://apt.syncthing.net/ syncthing release" | sudo tee /etc/apt/sources.list.d/syncthing.list

Step 3: Update and install syncthing:

sudo apt-get update
sudo apt-get install syncthing

Using Syncthing

Syncthing Web User GUI – Open Web browser and type 127.0.0.1:8384 to access the Syncthing Web interface.

Syncthing Admin GUI – The admin GUI starts automatically and remains available on https://localhost:8384/. Cookies are essential to the correct functioning of the GUI; please ensure your browser accepts them.

Primary Sidebar

Latest Posts

Ubuntu 25.04 ‘Plucky Puffin’ Is Available To Download

How to Login as Root User in Linux Terminal

Install Firefox In Ubuntu Terminal Command Line

How To Check Kernel Installed Date In Linux Ubuntu

How To List All Kernel Modules That Are Loaded In Ubuntu

Enable Ubuntu Auto Login Without Password

Download Ubuntu 25.04 Official Default Wallpapers

How To Fix Initramfs Error In Ubuntu Command Line

How To Check All Available Kernel Version In Linux Ubuntu

3 Best Artificial Intelligence Domain Name Generators

© 2025 Source Digit • Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos

  • Home
  • About
  • Privacy Policy
  • Terms & Conditions
  • Contact Us
  • Sitemap