Unable to Connect to Mikrotik Cloud Hosted Router on Azure VM

mohammad mehdi falamarzi jahromi 0 Reputation points
2025-06-25T13:14:01.09+00:00

A Mikrotik cloud hosted router has been installed on a VM in Azure using the following OS link:
https://download.mikrotik.com/routeros/6.49.18/chr-6.49.18.img.zip

Service Plan:
CPU: 1 core
RAM: 1 GB
OS: Ubuntu 22.04

The installation was performed with these commands:

wget https://download.mikrotik.com/routeros/6.49.18/chr-6.49.18.img.zip -O chr.img.zip
gunzip -c chr.img.zip > chr.img
dd if=chr.img bs=1024 of=/dev/sda

Despite setting the required inbound rule for TCP port 8291, connectivity via SSH (port 22) and Inbox (port 8291) is not successful. Any suggestions for troubleshooting this connection issue?

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
9,013 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.