… or continue below for the classic, manual installation:
How to install MikroTik on your VPS
To install MikroTik on an EDIS Global VPS, you’ll need to adjust a few hardware settings first, after which the installation will run smoothly.Log in to your
Locate your VPS in the Services tab
Head to KVM Settings (button)
Change Disk driver to IDE
Change Network Driver to E100
Cold-Boot your VPS
MikroTik CHR (cloud hosted router)
If you want to give MikroTik CHR a try, you can download images from the official MikroTik download page. To make life easy for you, we converted a couple of cloud images downloaded from the MikroTik website, which you can use with our Cloud-Init installer 😎Log in to your
Locate your VPS in the Services tab
Head to KVM Settings (button)
Change Disk driver to IDE
Change Network Driver to E100
Click Reinstall OS (button)
Proceed to Custom Cloud-Init Images (tab)
Upload the .qcow2 file and proceed with the installation (pick any password)
Once the installer is done (Server Status: RUNNING)
Configure static IPv4 in MikroTik
Log in to the MikroTik router:- Use a VNC session to connect to your MikroTik router.
-
Log in with your credentials (by default, the username is
admin, and there is no password unless you changed it).
Set static IPv4 address
After logging into MikroTik, use the Terminal window and enter the following commands to configure the static IP: Assign a static IP address: Use this command to set a static IP on the interface you want (e.g.,ether1):
-
Replace
192.168.1.100/24with your VPS static IP and subnet mask. -
Replace
ether1with the correct interface if it’s different.
- Replace
192.168.1.1with your VPS default gateway IP address
- You can use any DNS servers, such as
1.1.1.1and1.0.0.1for Cloudflare’s public DNS resolvers.
Verify your configuration
Reboot the server with the following command to apply the changes and set up the network:- After the server has rebooted, you can connect to the server via WinBox, the web interface, or SSH using the IP address you configured.
Configure IPv6 in MikroTik
Every EDIS Global VPS receives its own IPv6 allocation equivalent in size to a /64. It is not routed as a separate/64 subnet.
Each server location uses a shared /48 IPv6 network and a location-specific gateway. You must therefore configure the assigned IPv6 address in MikroTik with a /48 prefix length. This setting does not allocate the complete location /48 to your VPS.
The following commands use these example values:
- IPv6 address:
2a03:f80:22:4198::1 - Default gateway:
2a03:f80:22::1 - Interface:
ether1
Assign the IPv6 address
Open the MikroTik terminal or connect through WinBox, then run:/64-equivalent allocation assigned to that VPS.
Configure the IPv6 default route
Add the exact location-specific gateway shown in the VPS Management Portal:Verify the configuration
Display the assigned IPv6 addresses:/64-equivalent allocation and required /48 interface prefix, see IPv6 Setup.