diff --git a/lib/towerops_web/live/help_live/index.ex b/lib/towerops_web/live/help_live/index.ex
index b108d4a1..ff3c139d 100644
--- a/lib/towerops_web/live/help_live/index.ex
+++ b/lib/towerops_web/live/help_live/index.ex
@@ -252,6 +252,7 @@ defmodule ToweropsWeb.HelpLive.Index do
Integrations
+ <%= if false do %>
<.link
patch={~p"/help?section=mikrotik"}
@@ -267,6 +268,7 @@ defmodule ToweropsWeb.HelpLive.Index do
MikroTik
+ <% end %>
<.link
patch={~p"/help?section=graphs"}
diff --git a/lib/towerops_web/live/org/settings_live.html.heex b/lib/towerops_web/live/org/settings_live.html.heex
index a4a84052..d6ad40df 100644
--- a/lib/towerops_web/live/org/settings_live.html.heex
+++ b/lib/towerops_web/live/org/settings_live.html.heex
@@ -44,6 +44,7 @@
<%= if @current_scope.user.is_superuser do %>
+ <%= if false do %>
<.link
patch={~p"/orgs/#{@organization.slug}/settings?tab=mikrotik"}
@@ -54,6 +55,7 @@
{t("MikroTik")}
+ <% end %>
<% end %>
<.link
@@ -365,7 +367,7 @@
<% end %>
- <%= if @active_tab == "mikrotik" && @current_scope.user.is_superuser do %>
+ <%= if false && @active_tab == "mikrotik" && @current_scope.user.is_superuser do %>
diff --git a/lib/towerops_web/live/site_live/form.html.heex b/lib/towerops_web/live/site_live/form.html.heex
index cb98796e..e388f31e 100644
--- a/lib/towerops_web/live/site_live/form.html.heex
+++ b/lib/towerops_web/live/site_live/form.html.heex
@@ -382,7 +382,7 @@
<% end %>
- <%= if @current_scope.user.is_superuser do %>
+ <%= if false and @current_scope.user.is_superuser do %>
{t("MikroTik API Configuration")}