Home / Support / Syncthing on Ubuntu 24.04 LTS
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.
| Application ports | 8384 (web GUI), 22000/tcp and 22000/udp (sync), 21027/udp (local discovery) |
|---|---|
| Open in browser | http://<VM-IP>:8384/ |
| Admin credential file | sudo cat /root/syncthing-admin-credentials.txt |
| Sign in as | syncthingadmin |
| Service(s) | syncthing |
| Configuration | /var/lib/syncthing/config.xml; default folder /var/lib/syncthing/Sync/ |
| Logs | journalctl -u syncthing -f |
| Version | Syncthing 2.1.1 |
| Platform | Ubuntu 24.04 LTS |
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.txtSign in as syncthingadmin.
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.
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.