Derek Coleman & Associates Inc logoDerek Coleman & Associates Inc

Home / Support / Syncthing on Ubuntu 24.04 LTS

Syncthing on Ubuntu 24.04 LTS — Support & Quick Start

Syncthing on Ubuntu 24.04 LTS — Syncthing is continuous, peer-to-peer file synchronisation — keep folders in sync between servers and devices without a central cloud. Published by Derek Coleman & Associates Inc on the Azure Marketplace, deployed in your own Azure subscription.

At a glance

Application ports8384 (web GUI), 22000/tcp and 22000/udp (sync), 21027/udp (local discovery)
Open in browserhttp://<VM-IP>:8384/
Admin credential filesudo cat /root/syncthing-admin-credentials.txt
Sign in assyncthingadmin
Service(s)syncthing
Configuration/var/lib/syncthing/config.xml; default folder /var/lib/syncthing/Sync/
Logsjournalctl -u syncthing -f
VersionSyncthing 2.1.1
PlatformUbuntu 24.04 LTS

Quick start

  1. Deploy from the Azure Marketplace (Get It Now → Create), choosing your SSH key at the Administration step.
  2. Allow inbound SSH (22) for yourself plus the application port(s): 8384 (web GUI) to your IP; 22000 tcp/udp to your peers — restrict to your own IP where possible. The in-image firewall already allows them; only the Network Security Group (NSG) keeps them closed.
  3. Open http://<VM-IP>:8384/ and sign in as syncthingadmin (see First login below).
  4. Add your other devices (Remote Devices → Add) using their Device IDs and share a folder.

First login / credentials

This image generates its admin credential on the VM at first boot — nothing is pre-set. SSH into the VM with the username + key you chose at deploy, then print the generated credential:

ssh <your-username>@<VM-IP>
sudo cat /root/syncthing-admin-credentials.txt

Sign in as syncthingadmin.

  1. Print the credential file: username syncthingadmin, the generated GUI password, and this VM's Device ID.
  2. Open http://<VM-IP>:8384/ and sign in.
  3. Rotate the GUI password (Actions → Settings → GUI) and enable HTTPS for the GUI before real use; add remote devices by their Device ID and share folders.

Sign in as admin (unless noted), then change the password immediately. The file is root-only and can be deleted once the password is stored securely.

Still stuck?

Email support@dcassociatesgroup.com (response within 1 business day) or send a message via the contact form. Include the offer name, VM size, region, and any log output — sudo journalctl -u <service> -n 100 usually tells the story.