diff --git a/README.md b/README.md
index b5ae53c7..d30be6bc 100644
--- a/README.md
+++ b/README.md
@@ -1187,6 +1187,43 @@ ________________________________________________________________________________
+
+ InfluxDB2
+
+
+
+ InfluxDB2 LXC
+
+[InfluxDB2](https://www.influxdata.com/) is an open-source time series database developed by the company InfluxData.
+
+To create a new Proxmox InfluxDB2 LXC, run the following in the Proxmox Shell.
+
+```yaml
+bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/influxdb2.sh)"
+```
+
+⚡ Default Settings: 2GB RAM - 8GB Storage - 2vCPU ⚡
+
+**InfluxDB2 Interface - IP:8086**
+
+⚙️ **InfluxDB2 Configuration**
+
+Run in the LXC console
+```yaml
+nano /etc/influxdb/influxdb.conf
+```
+
+⚙️ **To Update InfluxDB2**
+
+Run in the LXC console
+```yaml
+apt update && apt upgrade -y
+```
+
+____________________________________________________________________________________________
+
+
+
Grafana LXC