diff --git a/README.md b/README.md
index 7552b528..b88273be 100644
--- a/README.md
+++ b/README.md
@@ -1948,11 +1948,42 @@ bash /etc/webmin/uninstall.sh
```
___________________________________________________________________________________________
+
+
+
+ 🔸Syncthing LXC
+
+
+
+ Syncthing LXC
+
+[Syncthing](https://syncthing.net/) is a continuous file synchronization program. It synchronizes files between two or more computers.
+
+To create a new Proxmox Syncthing LXC, run the following in the Proxmox Shell.
+
+```yaml
+bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/syncthing-v4.sh)"
+```
+
+⚡ Default Settings: 2GB RAM - 8GB Storage - 2vCPU ⚡
+
+⚙️ For the initial start, run `syncthing --gui-address=0.0.0.0:8384` in the LXC console, then go to the LXC IP:8384 In settings set the LXC IP address under the GUI (also set the GUI Authentication User and GUI Authentication Password) and Connections tab's and save. Reboot the LXC.
+
+**Syncthing Interface - IP:8384**
+
+⚙️ **To Update Syncthing**
+
+```yaml
+apt update && apt upgrade -y
+```
+
+____________________________________________________________________________________________
+
WireGuard LXC
-
+
WireGuard LXC