diff --git a/brian_dashboard_manager/config.py b/brian_dashboard_manager/config.py
index eab88718e4cb01f4ad3dd9f7bde09bd55c6a428b..00546a696837a07ce5c3bedf0404cf1e8627c238 100644
--- a/brian_dashboard_manager/config.py
+++ b/brian_dashboard_manager/config.py
@@ -58,7 +58,8 @@ DEFAULT_ORGANIZATIONS = [
         "excluded_folders": {
             "Aggregates": ["CAE1"],
             "EUMETSAT Multicast": True,
-            "NREN Access LEGACY": True
+            "NREN Access LEGACY": True,
+            "VLAN Interfaces": True,
         }
     },
     {
@@ -90,7 +91,8 @@ DEFAULT_ORGANIZATIONS = [
             "GWS Direct": True,
             "GWS Indirect": True,
             "EUMETSAT Multicast": True,
-            "NREN Access LEGACY": True
+            "NREN Access LEGACY": True,
+            "VLAN Interfaces": True,
         }
     },
     {
@@ -111,7 +113,8 @@ DEFAULT_ORGANIZATIONS = [
         ],
         "excluded_folders": {
             "EUMETSAT Multicast": True,
-            "NREN Access LEGACY": True
+            "NREN Access LEGACY": True,
+            "VLAN Interfaces": True,
         }
     },
     {
@@ -141,7 +144,8 @@ DEFAULT_ORGANIZATIONS = [
             "IAS UPSTREAM": True,
             "GWS PHY Upstream": True,
             "EUMETSAT Multicast": True,
-            "NREN Access LEGACY": True
+            "NREN Access LEGACY": True,
+            "VLAN Interfaces": True,
         }
     }
 ]