Blokir Iklan Dengan MikroTik Tanpa Container - MIKROTIK TUTORIAL [ENG SUB]

2 min read 1 month ago
Published on Jul 26, 2025 This response is partially generated with the help of AI. It may contain inaccuracies.

Table of Contents

Introduction

This tutorial will guide you through the process of blocking ads on the internet using MikroTik RouterOS without the need for Docker containers. With the introduction of RouterOS version 7.15, you can utilize the Adlist feature to effectively block ads on any MikroTik architecture. This is especially useful for enhancing your browsing experience by eliminating unwanted advertisements.

Step 1: Access Your MikroTik Router

  • Connect to your MikroTik router using Winbox or WebFig.
  • Ensure that you are running RouterOS version 7.15 or later. You can check this in the System > Packages menu.

Step 2: Enable the Adlist Feature

  • Navigate to the IP menu in your MikroTik interface.
  • Select the "Adlist" submenu.
  • Click on the "+" button to add a new entry.

Step 3: Configure the Adlist

  • In the new Adlist window, fill in the required fields:
    • Name: Give your Adlist a recognizable name (e.g., "AdBlock").
    • Address List: Input the URL of the ad server lists you want to block. Common options include:
      • https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts
      • Ensure that the address list is updated regularly.
  • Click "OK" to save your changes.

Step 4: Apply the Adlist

  • Go to the Firewall menu in your MikroTik interface.
  • Navigate to the "Filter Rules" tab.
  • Click on the "+" button to create a new filter rule.
  • Set the following parameters:
    • Chain: Select "forward".
    • Src. Address List: Choose your created Adlist.
    • Action: Set to "drop".
  • Click "OK" to save the rule.

Step 5: Test the Configuration

  • Open a web browser and navigate to websites that typically display ads.
  • Ensure that ads are being blocked. You can verify by checking the network requests in the browser's developer tools.

Common Pitfalls to Avoid

  • Ensure that the URLs in your Adlist are accurate and accessible.
  • Regularly update the Adlist to include new ad domains.
  • Double-check that the filter rules are correctly configured.

Conclusion

By following these steps, you can successfully block ads on your MikroTik router without using Docker containers. This method leverages the built-in Adlist feature in RouterOS v7.15, making it accessible for all MikroTik architectures. Regularly monitor and update your Adlist for optimal performance and a better browsing experience. For further improvements, consider exploring additional features in RouterOS to enhance your network security and efficiency.