diff --git a/ct/adguard-v3.sh b/ct/adguard-v3.sh
index b9bf7a50..655fa9de 100644
--- a/ct/adguard-v3.sh
+++ b/ct/adguard-v3.sh
@@ -349,6 +349,9 @@ lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/
 
 IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}')
 
+pct set $CTID -description "# AdGuard Home LXC
+### https://github.com/tteck/Proxmox"
+
 msg_ok "Completed Successfully!\n"
 echo -e "Adguard Setup should be reachable by going to the following URL.
          ${BL}http://${IP}:3000${CL} \n"
diff --git a/ct/daemonsync-v3.sh b/ct/daemonsync-v3.sh
index f1f6c66d..2930caaa 100644
--- a/ct/daemonsync-v3.sh
+++ b/ct/daemonsync-v3.sh
@@ -348,6 +348,9 @@ lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/
 
 IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}')
 
+pct set $CTID -description "# ${APP} LXC
+### https://github.com/tteck/Proxmox"
+
 msg_ok "Completed Successfully!\n"
 echo -e "${APP} should be reachable by going to the following URL.
          ${BL}http://${IP}:8084${CL} \n"
diff --git a/ct/dashy-v3.sh b/ct/dashy-v3.sh
index 004197a8..3b2bf0d4 100644
--- a/ct/dashy-v3.sh
+++ b/ct/dashy-v3.sh
@@ -348,6 +348,9 @@ lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/
 
 IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}')
 
+pct set $CTID -description "# ${APP} LXC
+### https://github.com/tteck/Proxmox"
+
 msg_ok "Completed Successfully!\n"
 echo -e "${APP} should be reachable by going to the following URL.
          ${BL}http://${IP}:4000${CL} \n"
diff --git a/ct/debian-v3.sh b/ct/debian-v3.sh
index 764d3307..5c872b28 100644
--- a/ct/debian-v3.sh
+++ b/ct/debian-v3.sh
@@ -349,4 +349,7 @@ lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/
 
 IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}')
 
+pct set $CTID -description "# ${APP} LXC
+### https://github.com/tteck/Proxmox"
+
 msg_ok "Completed Successfully!\n"
diff --git a/ct/deconz-v3.sh b/ct/deconz-v3.sh
index 8667d0ac..246c5616 100644
--- a/ct/deconz-v3.sh
+++ b/ct/deconz-v3.sh
@@ -361,6 +361,9 @@ lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/
 
 IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}')
 
+pct set $CTID -description "# ${APP} LXC
+### https://github.com/tteck/Proxmox"
+
 msg_ok "Completed Successfully!\n"
 echo -e "${APP} should be reachable by going to the following URL.
          ${BL}http://${IP}${CL} \n"
diff --git a/ct/docker-v3.sh b/ct/docker-v3.sh
index c6f0f248..4dde4984 100644
--- a/ct/docker-v3.sh
+++ b/ct/docker-v3.sh
@@ -353,4 +353,7 @@ lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/
 
 IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}')
 
+pct set $CTID -description "# ${APP} LXC
+### https://github.com/tteck/Proxmox"
+
 msg_ok "Completed Successfully!\n"
diff --git a/ct/esphome-v3.sh b/ct/esphome-v3.sh
index b044cab7..9f8b2456 100644
--- a/ct/esphome-v3.sh
+++ b/ct/esphome-v3.sh
@@ -347,6 +347,9 @@ lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/
 
 IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}')
 
+pct set $CTID -description "# ${APP} LXC
+### https://github.com/tteck/Proxmox"
+
 msg_ok "Completed Successfully!\n"
 echo -e "${APP} should be reachable by going to the following URL.
          ${BL}http://${IP}:6052${CL} \n"
diff --git a/ct/grafana-v3.sh b/ct/grafana-v3.sh
index 052d3f82..3175cdc2 100644
--- a/ct/grafana-v3.sh
+++ b/ct/grafana-v3.sh
@@ -346,6 +346,9 @@ lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/
 
 IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}')
 
+pct set $CTID -description "# ${APP} LXC
+### https://github.com/tteck/Proxmox"
+
 msg_ok "Completed Successfully!\n"
 echo -e "${APP} should be reachable by going to the following URL.
          ${BL}http://${IP}:3000${CL} \n"
diff --git a/ct/heimdalldashboard-v3.sh b/ct/heimdalldashboard-v3.sh
index bcb2ec5b..130e5587 100644
--- a/ct/heimdalldashboard-v3.sh
+++ b/ct/heimdalldashboard-v3.sh
@@ -347,6 +347,9 @@ lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/
 
 IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}')
 
+pct set $CTID -description "# ${APP} LXC
+### https://github.com/tteck/Proxmox"
+
 msg_ok "Completed Successfully!\n"
 echo -e "${APP} should be reachable by going to the following URL.
          ${BL}http://${IP}:7990${CL} \n"
diff --git a/ct/homeassistant-v3.sh b/ct/homeassistant-v3.sh
index 9da9f0c1..382de9a8 100644
--- a/ct/homeassistant-v3.sh
+++ b/ct/homeassistant-v3.sh
@@ -353,6 +353,9 @@ lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/
 
 IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}')
 
+pct set $CTID -description "# ${APP} LXC
+### https://github.com/tteck/Proxmox"
+
 msg_ok "Completed Successfully!\n"
 echo -e "${APP} should be reachable by going to the following URL.
          ${BL}http://${IP}:8123${CL}
diff --git a/ct/homebridge-v3.sh b/ct/homebridge-v3.sh
index e8af57b3..bb6a1473 100644
--- a/ct/homebridge-v3.sh
+++ b/ct/homebridge-v3.sh
@@ -346,6 +346,9 @@ lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/
 
 IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}')
 
+pct set $CTID -description "# ${APP} LXC
+### https://github.com/tteck/Proxmox"
+
 msg_ok "Completed Successfully!\n"
 echo -e "Homebridge should be reachable by going to the following URL.
          ${BL}http://${IP}:8581${CL} \n"
diff --git a/ct/influxdb-v3.sh b/ct/influxdb-v3.sh
index cecd1364..c8602b61 100644
--- a/ct/influxdb-v3.sh
+++ b/ct/influxdb-v3.sh
@@ -347,4 +347,7 @@ lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/
 
 IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}')
 
+pct set $CTID -description "# ${APP} LXC
+### https://github.com/tteck/Proxmox"
+
 msg_ok "Completed Successfully!\n"
diff --git a/ct/iobroker-v3.sh b/ct/iobroker-v3.sh
index 48139515..3382c5a1 100644
--- a/ct/iobroker-v3.sh
+++ b/ct/iobroker-v3.sh
@@ -346,6 +346,9 @@ lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/
 
 IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}')
 
+pct set $CTID -description "# ${APP} LXC
+### https://github.com/tteck/Proxmox"
+
 msg_ok "Completed Successfully!\n"
 echo -e "${APP} should be reachable by going to the following URL.
          ${BL}http://${IP}:8081${CL} \n"
diff --git a/ct/jellyfin-v3.sh b/ct/jellyfin-v3.sh
index 651d395c..df1784ff 100644
--- a/ct/jellyfin-v3.sh
+++ b/ct/jellyfin-v3.sh
@@ -360,6 +360,9 @@ lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/
 
 IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}')
 
+pct set $CTID -description "# ${APP} LXC
+### https://github.com/tteck/Proxmox"
+
 msg_ok "Completed Successfully!\n"
 echo -e "Jellyfin Media Server should be reachable by going to the following URL.
              ${BL}http://${IP}:8096${CL}\n"
diff --git a/ct/keycloak-v3.sh b/ct/keycloak-v3.sh
index f78b5052..5794a434 100644
--- a/ct/keycloak-v3.sh
+++ b/ct/keycloak-v3.sh
@@ -350,6 +350,9 @@ lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/
 
 IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}')
 
+pct set $CTID -description "# ${APP} LXC
+### https://github.com/tteck/Proxmox"
+
 msg_ok "Completed Successfully!\n"
 echo -e "${APP} should be reachable by going to the following URL.
          ${BL}http://${IP}:8080${CL} \n"
diff --git a/ct/magicmirror-v3.sh b/ct/magicmirror-v3.sh
index bacf531f..b97f981f 100644
--- a/ct/magicmirror-v3.sh
+++ b/ct/magicmirror-v3.sh
@@ -349,6 +349,9 @@ lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/
 
 IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}')
 
+pct set $CTID -description "# ${APP} LXC
+### https://github.com/tteck/Proxmox"
+
 msg_ok "Completed Successfully!\n"
 echo -e "${APP} should be reachable by going to the following URL.
          ${BL}http://${IP}:8080${CL} \n"
diff --git a/ct/mariadb-v3.sh b/ct/mariadb-v3.sh
index 3925d8fc..da4485e8 100644
--- a/ct/mariadb-v3.sh
+++ b/ct/mariadb-v3.sh
@@ -346,6 +346,9 @@ lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/
 
 IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}')
 
+pct set $CTID -description "# ${APP} LXC
+### https://github.com/tteck/Proxmox"
+
 msg_ok "Completed Successfully!\n"
 echo -e "Adminer should be reachable by going to the following URL.
          ${BL}http://${IP}/adminer/${CL} \n"
diff --git a/ct/meshcentral-v3.sh b/ct/meshcentral-v3.sh
index 1d6f2e1b..ddefc38d 100644
--- a/ct/meshcentral-v3.sh
+++ b/ct/meshcentral-v3.sh
@@ -346,6 +346,9 @@ lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/
 
 IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}')
 
+pct set $CTID -description "# ${APP} LXC
+### https://github.com/tteck/Proxmox"
+
 msg_ok "Completed Successfully!\n"
 echo -e "${APP} should be reachable by going to the following URL.
       ${BL}http://${IP}${CL} \n"
diff --git a/ct/motioneye-v3.sh b/ct/motioneye-v3.sh
index f83a2db8..10ade0fd 100644
--- a/ct/motioneye-v3.sh
+++ b/ct/motioneye-v3.sh
@@ -346,6 +346,9 @@ lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/
 
 IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}')
 
+pct set $CTID -description "# ${APP} LXC
+### https://github.com/tteck/Proxmox"
+
 msg_ok "Completed Successfully!\n"
 echo -e "${APP} should be reachable by going to the following URL.
          ${BL}http://${IP}:8765${CL} \n"
diff --git a/ct/mqtt-v3.sh b/ct/mqtt-v3.sh
index 3c8c4d14..6da68624 100644
--- a/ct/mqtt-v3.sh
+++ b/ct/mqtt-v3.sh
@@ -346,4 +346,7 @@ lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/
 
 IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}')
 
+pct set $CTID -description "# ${APP} LXC
+### https://github.com/tteck/Proxmox"
+
 msg_ok "Completed Successfully!\n"
diff --git a/ct/nginx-proxy-manager-v3.sh b/ct/nginx-proxy-manager-v3.sh
index 40c4bba5..16eff8e0 100644
--- a/ct/nginx-proxy-manager-v3.sh
+++ b/ct/nginx-proxy-manager-v3.sh
@@ -346,6 +346,9 @@ lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/
 
 IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}')
 
+pct set $CTID -description "# ${APP} LXC
+### https://github.com/tteck/Proxmox"
+
 msg_ok "Completed Successfully!\n"
 echo -e "${APP} should be reachable by going to the following URL.
          ${BL}http://${IP}:81${CL} \n"
diff --git a/ct/nocodb-v3.sh b/ct/nocodb-v3.sh
index c32a23a4..18370502 100644
--- a/ct/nocodb-v3.sh
+++ b/ct/nocodb-v3.sh
@@ -346,6 +346,9 @@ lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/
 
 IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}')
 
+pct set $CTID -description "# ${APP} LXC
+### https://github.com/tteck/Proxmox"
+
 msg_ok "Completed Successfully!\n"
 echo -e "${APP} should be reachable by going to the following URL.
          ${BL}http://${IP}:8080/dashboard${CL}\n"
diff --git a/ct/node-red-v3.sh b/ct/node-red-v3.sh
index cbd8e44b..cb35cefb 100644
--- a/ct/node-red-v3.sh
+++ b/ct/node-red-v3.sh
@@ -346,6 +346,9 @@ lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/
 
 IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}')
 
+pct set $CTID -description "# ${APP} LXC
+### https://github.com/tteck/Proxmox"
+
 msg_ok "Completed Successfully!\n"
 echo -e "${APP} should be reachable by going to the following URL.
          ${BL}http://${IP}:1880${CL} \n"
diff --git a/ct/omada-v3.sh b/ct/omada-v3.sh
index be57d41d..eb2e23e3 100644
--- a/ct/omada-v3.sh
+++ b/ct/omada-v3.sh
@@ -346,6 +346,9 @@ lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/
 
 IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}')
 
+pct set $CTID -description "# ${APP} LXC
+### https://github.com/tteck/Proxmox"
+
 msg_ok "Completed Successfully!\n"
 echo -e "${APP} should be reachable by going to the following URL.
          ${BL}https://${IP}:8043${CL} \n"
diff --git a/ct/openhab-v3.sh b/ct/openhab-v3.sh
index 78312e12..f3c0bcc6 100644
--- a/ct/openhab-v3.sh
+++ b/ct/openhab-v3.sh
@@ -351,6 +351,9 @@ lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/
 
 IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}')
 
+pct set $CTID -description "# ${APP} LXC
+### https://github.com/tteck/Proxmox"
+
 msg_ok "Completed Successfully!\n"
 echo -e "${APP} should be reachable by going to the following URL.
          ${BL}http://${IP}:8080${CL}\n"
diff --git a/ct/photoprism-v3.sh b/ct/photoprism-v3.sh
index c77bd81c..6a74a0fe 100644
--- a/ct/photoprism-v3.sh
+++ b/ct/photoprism-v3.sh
@@ -347,6 +347,9 @@ lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/
 
 IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}')
 
+pct set $CTID -description "# ${APP} LXC
+### https://github.com/tteck/Proxmox"
+
 msg_ok "Completed Successfully!\n"
 echo -e "${APP} should be reachable by going to the following URL.
       ${BL}http://${IP}:2342${CL} \n"
diff --git a/ct/pihole-v3.sh b/ct/pihole-v3.sh
index 493d45b4..9bae1e0f 100644
--- a/ct/pihole-v3.sh
+++ b/ct/pihole-v3.sh
@@ -346,6 +346,9 @@ lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/
 
 IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}')
 
+pct set $CTID -description "# ${APP} LXC
+### https://github.com/tteck/Proxmox"
+
 msg_ok "Completed Successfully!\n"
 echo -e "${APP}${CL} should be reachable by going to the following URL.
          ${BL}http://${IP}/admin${CL} \n"
diff --git a/ct/plex-v3.sh b/ct/plex-v3.sh
index 96fac292..302b48df 100644
--- a/ct/plex-v3.sh
+++ b/ct/plex-v3.sh
@@ -358,6 +358,9 @@ lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/
 
 IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}')
 
+pct set $CTID -description "# ${APP} LXC
+### https://github.com/tteck/Proxmox"
+
 msg_ok "Completed Successfully!\n"
 echo -e "Plex Media Server should be reachable by going to the following URL.
              ${BL}http://${IP}:32400/web${CL}\n"
diff --git a/ct/podman-homeassistant-v3.sh b/ct/podman-homeassistant-v3.sh
index 673ec92b..1464ac6f 100644
--- a/ct/podman-homeassistant-v3.sh
+++ b/ct/podman-homeassistant-v3.sh
@@ -359,6 +359,9 @@ lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/
 
 IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}')
 
+pct set $CTID -description "# ${APP} LXC
+### https://github.com/tteck/Proxmox"
+
 msg_ok "Completed Successfully!\n"
 echo -e "${APP} should be reachable by going to the following URL.
          ${BL}http://${IP}:8123${CL}
diff --git a/ct/postgresql-v3.sh b/ct/postgresql-v3.sh
index 6c26d8b4..8b120b89 100644
--- a/ct/postgresql-v3.sh
+++ b/ct/postgresql-v3.sh
@@ -351,6 +351,9 @@ lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/
 
 IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}')
 
+pct set $CTID -description "# ${APP} LXC
+### https://github.com/tteck/Proxmox"
+
 msg_ok "Completed Successfully!\n"
 echo -e "Adminer should be reachable by going to the following URL.
          ${BL}http://${IP}/adminer/${CL} \n"
diff --git a/ct/prometheus-v3.sh b/ct/prometheus-v3.sh
index d2ec1ec6..aab32e44 100644
--- a/ct/prometheus-v3.sh
+++ b/ct/prometheus-v3.sh
@@ -349,6 +349,9 @@ lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/
 
 IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}')
 
+pct set $CTID -description "# ${APP} LXC
+### https://github.com/tteck/Proxmox"
+
 msg_ok "Completed Successfully!\n"
 echo -e "${APP} should be reachable by going to the following URL.
          ${BL}http://${IP}:9090${CL} \n"
diff --git a/ct/technitiumdns-v3.sh b/ct/technitiumdns-v3.sh
index 615cdc64..192e0ab1 100644
--- a/ct/technitiumdns-v3.sh
+++ b/ct/technitiumdns-v3.sh
@@ -346,6 +346,9 @@ lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/
 
 IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}')
 
+pct set $CTID -description "# ${APP} LXC
+### https://github.com/tteck/Proxmox"
+
 msg_ok "Completed Successfully!\n"
 echo -e "${APP} should be reachable by going to the following URL.
          ${BL}http://${IP}:5380${CL} \n"
diff --git a/ct/ubuntu-v3.sh b/ct/ubuntu-v3.sh
index 396abc13..a1384182 100644
--- a/ct/ubuntu-v3.sh
+++ b/ct/ubuntu-v3.sh
@@ -369,4 +369,7 @@ lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/
 
 IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}')
 
+pct set $CTID -description "# ${APP} LXC
+### https://github.com/tteck/Proxmox"
+
 msg_ok "Completed Successfully!\n"
diff --git a/ct/unifi-v3.sh b/ct/unifi-v3.sh
index 57f7fab8..3b237b86 100644
--- a/ct/unifi-v3.sh
+++ b/ct/unifi-v3.sh
@@ -346,6 +346,9 @@ lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/
 
 IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}')
 
+pct set $CTID -description "# ${APP} LXC
+### https://github.com/tteck/Proxmox"
+
 msg_ok "Completed Successfully!\n"
 echo -e "${APP}${CL} should be reachable by going to the following URL.
          ${BL}https://${IP}:8443${CL} \n"
diff --git a/ct/uptimekuma-v3.sh b/ct/uptimekuma-v3.sh
index 56b2afe9..f2287af9 100644
--- a/ct/uptimekuma-v3.sh
+++ b/ct/uptimekuma-v3.sh
@@ -348,6 +348,9 @@ lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/
 
 IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}')
 
+pct set $CTID -description "# ${APP} LXC
+### https://github.com/tteck/Proxmox"
+
 msg_ok "Completed Successfully!\n"
 echo -e "${APP} should be reachable by going to the following URL.
          ${BL}http://${IP}:3001${CL}\n"
diff --git a/ct/vaultwarden-v3.sh b/ct/vaultwarden-v3.sh
index 8295542d..b4f264c5 100644
--- a/ct/vaultwarden-v3.sh
+++ b/ct/vaultwarden-v3.sh
@@ -346,6 +346,9 @@ lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/
 
 IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}')
 
+pct set $CTID -description "# ${APP} LXC
+### https://github.com/tteck/Proxmox"
+
 msg_info "Setting Container to Normal Resources"
 pct set $CTID -memory 512
 pct set $CTID -cores 1
diff --git a/ct/whoogle-v3.sh b/ct/whoogle-v3.sh
index 01c2c1ca..8cc19d7e 100644
--- a/ct/whoogle-v3.sh
+++ b/ct/whoogle-v3.sh
@@ -350,6 +350,9 @@ lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/
 
 IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}')
 
+pct set $CTID -description "# ${APP} LXC
+### https://github.com/tteck/Proxmox"
+
 msg_ok "Completed Successfully!\n"
 echo -e "${APP} should be reachable by going to the following URL.
       ${BL}http://${IP}:5000${CL} \n"
diff --git a/ct/wireguard-v3.sh b/ct/wireguard-v3.sh
index 528c57ed..2bebc82a 100644
--- a/ct/wireguard-v3.sh
+++ b/ct/wireguard-v3.sh
@@ -347,6 +347,9 @@ lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/
 
 IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}')
 
+pct set $CTID -description "# ${APP} LXC
+### https://github.com/tteck/Proxmox"
+
 msg_ok "Completed Successfully!\n"
 echo -e "WGDashboard should be reachable by going to the following URL.
          ${BL}http://${IP}:10086${CL} \n"
diff --git a/ct/zigbee2mqtt-v3.sh b/ct/zigbee2mqtt-v3.sh
index 8d74ba7f..81c57807 100644
--- a/ct/zigbee2mqtt-v3.sh
+++ b/ct/zigbee2mqtt-v3.sh
@@ -361,4 +361,7 @@ lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/
 
 IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}')
 
+pct set $CTID -description "# ${APP} LXC
+### https://github.com/tteck/Proxmox"
+
 msg_ok "Completed Successfully!\n"
diff --git a/ct/zwavejs2mqtt-v3.sh b/ct/zwavejs2mqtt-v3.sh
index 7e3e8107..6b54e7c1 100644
--- a/ct/zwavejs2mqtt-v3.sh
+++ b/ct/zwavejs2mqtt-v3.sh
@@ -344,6 +344,9 @@ lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/
 
 IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}')
 
+pct set $CTID -description "# ${APP} LXC
+### https://github.com/tteck/Proxmox"
+
 msg_ok "Completed Successfully!\n"
 echo -e "${APP} should be reachable by going to the following URL.
          ${BL}http://${IP}:8091${CL} \n"