How to Install Syncthing on POP! OS Latest

Syncthing is a free, open-source, and decentralized file synchronization tool that is used to mirror your files among your devices. In this tutorial, we will show you how to install and configure Syncthing on POP! OS latest version.

Prerequisites

Step 1: Download and Install Syncthing

  1. Open the terminal using Ctrl+Alt+T keyboard shortcut.
  2. Add the Syncthing GPG key:
curl -s https://syncthing.net/release-key.txt | sudo apt-key add -
  1. Add the Syncthing repository to your system:
echo "deb https://apt.syncthing.net/ syncthing stable" | sudo tee /etc/apt/sources.list.d/syncthing.list
  1. Update the package list and install Syncthing:
sudo apt update
sudo apt-get install syncthing
  1. Start the Syncthing service:
sudo systemctl start syncthing@YOUR_USERNAME.service
  1. Enable the Syncthing service to run on boot:
sudo systemctl enable syncthing@YOUR_USERNAME.service
  1. Verify that the Syncthing service is running:
systemctl status syncthing@YOUR_USERNAME.service

Step 2: Configure Syncthing

  1. Open a web browser and navigate to http://localhost:8384/.
  2. Click the "Add Folder" button to add a new folder to synchronize.
  3. Define the folder's label, path, and device(s) to share with.
  4. To share a folder with another device, you will need to input the device's ID or use the QR code to add the device.
  5. Once a folder is shared, Syncthing will automatically detect changes and synchronize them among the devices.

Congratulations! You have successfully installed and configured Syncthing on your POP! OS latest version. You can now enjoy file synchronization among your devices with ease.

If you want to self-host in an easy, hands free way, need an external IP address, or simply want your data in your own hands, give IPv6.rs a try!

Alternatively, for the best virtual desktop, try Shells!