diff --git a/json/nextcloud-vm.json b/json/nextcloud-vm.json
index 33c7d877..bb7a1ae1 100644
--- a/json/nextcloud-vm.json
+++ b/json/nextcloud-vm.json
@@ -30,5 +30,10 @@
         "username": "admin",
         "password": null
     },
-    "notes": []
+    "notes": [
+        {
+            "text": "This VM requires extra installation steps, see install guide at `https://github.com/community-scripts/ProxmoxVE/discussions/144`",
+            "type": "warning"
+        }
+    ]
 }
\ No newline at end of file
diff --git a/json/owncloud-vm.json b/json/owncloud-vm.json
index cac02cba..3807e691 100644
--- a/json/owncloud-vm.json
+++ b/json/owncloud-vm.json
@@ -30,5 +30,10 @@
         "username": "admin",
         "password": null
     },
-    "notes": []
+    "notes": [
+        {
+            "text": "This VM requires extra installation steps, see install guide at `https://github.com/community-scripts/ProxmoxVE/discussions/144`",
+            "type": "warning"
+        }
+    ]
 }
\ No newline at end of file