Skip to content
Follow
Ubuntu Linux

How to Install Syncthing on Ubuntu 24.04

Richard
Written by
Richard
Apr 15, 2025 Updated Jul 13, 2026 3 min read
How to Install Syncthing on Ubuntu 24.04
How to Install Syncthing on Ubuntu 24.04

Syncthing on Ubuntu 24.04 synchronizes your files automatically between your computers.

Syncthing is a free program that lets your devices share files directly with each other. It builds a private network without needing a main server.

This means your data stays secure and encrypted as it moves between your machines. You can choose specific folders to sync and even manage how much internet speed it uses.

⚡ Quick Answer

Install Syncthing by opening your terminal and running “sudo apt update” followed by “sudo apt install syncthing”. Enable the service to start automatically with “systemctl –user enable syncthing”. Access the web interface at http://127.0.0.1:8384 to configure your sync settings.

Install Syncthing

Install Syncthing. Installing Syncthing on Ubuntu 24.04 uses a couple of terminal commands. This installation process places the Syncthing software on your computer and sets up Syncthing to start automatically when you log in, making Syncthing ready to use right away.

sudo apt update
sudo apt install syncthing

Syncthing automatically starts on Ubuntu 24.04 when you log in. To set up Syncthing’s automatic startup, run the command `sudo systemctl enable syncthing@$USER.service`. This ensures Syncthing synchronizes files without manual intervention each time you start a session.

systemctl –user enable syncthing

Start or stop the Syncthing service whenever you need with these commands:

systemctl –user start syncthing
systemctl –user stop syncthing

Configure Syncthing

Set up a secure login for Syncthing’s web interface to keep your file syncing private. To do this, open Syncthing’s web address in your browser and go to its settings to create a username and password.

  1. Open your web browser and go to http://127.0.0.1:8384.
  2. Navigate to the Settings menu in the top right corner.
  3. Click on the GUI tab.
  4. Enter a unique username and a strong, secure password in the provided fields.
  5. Click Save.

The interface will refresh and prompt you to log in with your new credentials.

Log in to the Syncthing portal

Log into the Syncthing portal through your web browser by visiting a specific address. If you can’t connect, make sure the Syncthing service is running and that you’ve correctly set up your username and password in the settings.

systemctl –user status syncthing

⚠️Warning
Open a browser and go to http://127.0.0.1:8384. Navigate to the Settings menu (top right corner) and click the GUI tab. Enter a unique username and a strong, secure password. Then, click Save.

https://your-ip-address:8384

Enter the username and password you just created to log in.

Syncthing Ubuntu portal
Syncthing Ubuntu portal

Once you log in, click the “Actions” button and select “Show ID” on the top menu.

Syncthing Ubuntu portal show ID
Syncthing Ubuntu portal show ID

Copy the connection ID and use it to add a remote device.

Syncthing Ubuntu portal connection ID
Syncthing Ubuntu portal connection ID

Click “Add Remote Device” on the remote computer and enter the connection ID you copied from the other computer. Return to the original computer and confirm the request to connect.

Using GUI Wrappers

If you prefer not to use a web browser, you can install a GUI wrapper. These tools appear on your desktop taskbar and simplify managing your sync status. Look for “Syncthing GTK” or “SyncTrayzor” in your software center to streamline your daily management.

Conclusion

Syncthing is a free, open-source tool that lets you sync files between your own devices without needing a central server. It connects your devices directly, keeping your data private while allowing you to choose which folders sync in real-time.

  • Open-source: A free solution for file synchronization.
  • Direct Connection: Connects devices directly to keep your data private.
  • Customizable: Choose specific folders and set limits to fit your needs.
  • Real-time Sync: Files update automatically whenever you make a change.

Was this guide helpful?

100% of readers found this helpful (1 votes)

Was this helpful?
Richard

About the Author

Richard

Tech Writer, IT Professional

Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.

📚 Related Tutorials

How to Install Ubuntu Linux
Ubuntu Linux How to Install Ubuntu Linux
How to Install GNOME Desktop on Ubuntu 24.04
Ubuntu Linux How to Install GNOME Desktop on Ubuntu 24.04
How to Install KDE Desktop on Ubuntu 24.04
Ubuntu Linux How to Install KDE Desktop on Ubuntu 24.04
How to Enable OneDrive Sync on Metered Networks in Windows 11
Windows How to Enable OneDrive Sync on Metered Networks in Windows 11

No comments yet — be the first to share your thoughts!

Leave a Comment

Your email address will not be published. Required fields are marked *