diff --git a/brian_dashboard_manager/config.py b/brian_dashboard_manager/config.py
index 450e18b9a6c8f3084bef6485b46749920fc0f0fa..c4d1dba95715e0e03f095e54843b145f35711ef5 100644
--- a/brian_dashboard_manager/config.py
+++ b/brian_dashboard_manager/config.py
@@ -60,6 +60,7 @@ DEFAULT_ORGANIZATIONS = [
         "excluded_nrens": [
             "CARNET",
             "PSNC",
+            "PIONIER",
             "CUSTOMER GEANT",
             "GEANT-IT"
         ],
@@ -68,14 +69,16 @@ DEFAULT_ORGANIZATIONS = [
             "GÉANT VM",
             "Lab Devices"
             "IAS",
-            "GEANTOPEN"
+            "GEANTOPEN",
+            "IAS Peers"
         ],
         "excluded_folders": {
-            "Aggregates": ["CAE1", "GWS UPSTREAMS"],
+            "Aggregates": ["CAE1", "GWS UPSTREAMS", "IAS PEERS"],
             "IAS CUSTOMER": True,
             "IAS PRIVATE": True,
             "IAS PUBLIC": True,
-            "IAS UPSTREAM": True
+            "IAS UPSTREAM": True,
+            "GWS PHY Upstream": True
         }
     },
     {
@@ -96,6 +99,7 @@ DEFAULT_ORGANIZATIONS = [
         "excluded_nrens": [
             "CARNET",
             "PSNC",
+            "PIONIER",
             "CUSTOMER GEANT",
             "GEANT-IT"
         ],
@@ -103,14 +107,16 @@ DEFAULT_ORGANIZATIONS = [
             "GÉANT Office devices",
             "GÉANT VM",
             "Lab Devices"
-            "IAS"
+            "IAS",
+            "IAS Peers"
         ],
         "excluded_folders": {
-            "Aggregates": ["GWS UPSTREAMS"],
+            "Aggregates": ["GWS UPSTREAMS", "IAS PEERS"],
             "IAS CUSTOMER": True,
             "IAS PRIVATE": True,
             "IAS PUBLIC": True,
-            "IAS UPSTREAM": True
+            "IAS UPSTREAM": True,
+            "GWS PHY Upstream": True
         }
     }
 ]