This guide shows a simple method to set up a PPTP (VPN) server on a Mikrotik router using Winbox. This setup allows only one client to connect to the server.
๐ฅ Video Tutorial
๐ฅ Step 1: Connect via Winbox
Open Winbox and connect to your Mikrotik router.

โ Step 2: Enable the PPTP Server
- Go to PPP > PPTP Server.
- Check the Enabled โ
box.

๐ค Step 3: Add User Credentials
- Navigate to PPP > Secrets.
- Click Add โ and fill in the following fields:
- ๐ค Name:
USERNAME - ๐ Password:
PASSWORD - ๐ง Service:
pptp - ๐ Local Address: Internal IP of the router (e.g.,
192.168.88.1) - ๐ Remote Address: IP to assign to the client (e.g.,
192.168.88.2)
- ๐ค Name:
- Click OK โ .
๐ Step 4: Allow PPTP Through Firewall
- Open IP > Firewall ๐ฅ.
- Go to the Filter Rules tab and click Add โ.
- Set the following parameters:
- ๐ Chain:
input - ๐ฅ Dst. Address: External IP of the router
- ๐ก Protocol:
tcp - ๐ Dst. Port:
1723 - ๐ง In. Interface: WAN port (e.g.,
ether1-gateway) - โ
Action:
accept
- ๐ Chain:
- Click OK โ
.

This completes the basic configuration. ๐
๐งช Step 5: Connect from a Windows 10 Client
- Open Settings โ๏ธ > Network & Internet ๐ > VPN ๐.

- Click Add a VPN connection โ.

- Fill in the requested fields using the credentials and IP from previous steps.

- Save the configuration and click Connect ๐.
If everything is set up correctly, your Windows 10 client will connect to the Mikrotik PPTP VPN server. โ