diff --git a/docs/io.netbird.client.plist b/docs/io.netbird.client.plist
index f42b6b3d2..800ecead1 100644
--- a/docs/io.netbird.client.plist
+++ b/docs/io.netbird.client.plist
@@ -96,6 +96,10 @@
disableProfiles : hide the profile menu, reject profile CRUD.
disableNetworks : hide the Networks / Exit Node menus,
reject the related RPCs.
+ disableAdvancedView : hide the advanced-view section of the new
+ UI. Tristate at the daemon: set to true to
+ hide, false to explicitly show, omit the
+ key to let the UI apply its own default.
disableMetricsCollection: opt out of anonymous usage telemetry. -->
diff --git a/docs/netbird-macos.mobileconfig b/docs/netbird-macos.mobileconfig
index 53453db5c..9bf616094 100644
--- a/docs/netbird-macos.mobileconfig
+++ b/docs/netbird-macos.mobileconfig
@@ -144,6 +144,8 @@
disableNetworks
+ disableAdvancedView
+
disableMetricsCollection
-->
diff --git a/docs/netbird-macos.sh b/docs/netbird-macos.sh
index a2f5ff5e8..2777b407c 100644
--- a/docs/netbird-macos.sh
+++ b/docs/netbird-macos.sh
@@ -64,6 +64,7 @@ disableMetricsCollection="$NULL"
disableUpdateSettings="$NULL"
disableProfiles="$NULL"
disableNetworks="$NULL"
+disableAdvancedView="$NULL" # tristate at the daemon
rosenpassEnabled="$NULL"
rosenpassPermissive="$NULL"
wireguardPort='51820'
@@ -160,6 +161,7 @@ main() {
is_set "$disableUpdateSettings" && emit_bool disableUpdateSettings "$disableUpdateSettings"
is_set "$disableProfiles" && emit_bool disableProfiles "$disableProfiles"
is_set "$disableNetworks" && emit_bool disableNetworks "$disableNetworks"
+ is_set "$disableAdvancedView" && emit_bool disableAdvancedView "$disableAdvancedView"
is_set "$rosenpassEnabled" && emit_bool rosenpassEnabled "$rosenpassEnabled"
is_set "$rosenpassPermissive" && emit_bool rosenpassPermissive "$rosenpassPermissive"
is_set "$wireguardPort" && emit_int wireguardPort "$wireguardPort"
diff --git a/docs/netbird-policy.reg b/docs/netbird-policy.reg
index ba4402e50..83d07c9b0 100644
Binary files a/docs/netbird-policy.reg and b/docs/netbird-policy.reg differ
diff --git a/docs/netbird.adml b/docs/netbird.adml
index d49b05022..69bb86e4b 100644
--- a/docs/netbird.adml
+++ b/docs/netbird.adml
@@ -60,6 +60,9 @@
Disable networks
When enabled, the client UI/CLI cannot list, select or deselect NetBird networks (the corresponding daemon RPCs return Unavailable). Equivalent to --disable-networks.
+ Disable advanced view
+ When enabled, the client UI hides the advanced-view section of the new UI revision. Tristate at the daemon: 1 (enabled) hides the section; 0 (disabled) explicitly shows it; not configured leaves the UI's default behavior in place. MDM is the sole source — no equivalent CLI flag exists.
+
Disable metrics collection
When enabled, the client does not collect or report local usage metrics.
diff --git a/docs/netbird.admx b/docs/netbird.admx
index 2f7645d63..1a53a3b64 100644
--- a/docs/netbird.admx
+++ b/docs/netbird.admx
@@ -207,6 +207,18 @@
+
+
+
+
+
+
+