cara konfigurasi dasar router mikrotik #1

2 min read 3 hours ago
Published on Sep 10, 2025 This response is partially generated with the help of AI. It may contain inaccuracies.

Table of Contents

Introduction

This tutorial provides a step-by-step guide on how to configure a MikroTik router, specifically for setting up a hotspot. The configuration process is essential for managing user access to a network, making it relevant for anyone looking to provide internet services in public spaces or business environments.

Step 1: Accessing the MikroTik Router

  • Connect your computer to the MikroTik router via Ethernet cable.
  • Open a web browser and input the default IP address, usually 192.168.88.1, into the address bar.
  • Login using the default credentials:
    • Username: admin
    • Password: (leave blank)

Step 2: Setting Up Basic Configuration

  • Navigate to the IP menu and select DHCP Server.
  • Click on DHCP Setup to initiate the DHCP server setup.
  • Follow these prompts:
    • Select the interface (usually ether1).
    • Accept the default settings for the IP address, network mask, and gateway.
    • Configure the DNS settings (use public DNS like 8.8.8.8).

Step 3: Configuring the Hotspot

  • Go to the IP menu and select Hotspot.
  • Click on Hotspot Setup to begin the configuration.
  • Choose the interface to apply the hotspot (e.g., wlan1).
  • Follow the setup prompts:
    • Define the hotspot address pool (e.g., 192.168.88.2-192.168.88.10).
    • Set the DNS name for your hotspot.
    • Specify the HTTP login page (MikroTik provides default pages).

Step 4: Adding Users

  • In the Hotspot menu, click on Users.
  • Click the Add button to create new users.
  • Fill in the user details:
    • Username
    • Password
    • Profile (set limits if needed)

Step 5: Customizing the Hotspot Login Page

  • Navigate to the Files section in the Winbox interface.
  • Upload your custom HTML files for the login page.
  • Go back to the Hotspot settings and select your custom page to replace the default.

Common Pitfalls to Avoid

  • Ensure you have the correct IP address range for DHCP and Hotspot to avoid conflicts.
  • Always save your configurations after making changes.
  • Regularly update the router firmware to maintain security and performance.

Conclusion

Successfully configuring a MikroTik router for hotspot usage allows you to manage and control network access efficiently. Key steps include accessing the router, setting up DHCP and Hotspot, adding user accounts, and customizing the login experience. For further enhancement, consider exploring advanced features such as user authentication methods and bandwidth management.