Install EVE-NG on VMware

scp -r Downloads\chr-7.7.img root@192.168.100.50:/opt/unetlab/addons/qemu/mikrotik-7.7/hda.qcow2

The above command transfers the mikrotik image from windows download folder to Eve-ng MikroTik directory and rename the image to hda.qcow2

How to Create MikroTik Cloud Router Image in EVE-NG

Instructions

Other versions should also be supported following bellow’s procedure.

1. Download Mikrotik Cloud router image chr-6.40.4.img.zip from:

https://mikrotik.com/download

2. Using any archivator program unzip it to get image file chr-6.40.4.img

Accordingly our image naming table:

http://www.eve-ng.net/index.php/documentation/images-table

3. SSH to your EVE and create directory for Mikrotik node.

mkdir /opt/unetlab/addons/qemu/mikrotik-6.40.4/

4. Upload the chr-6.40.4.img image to the created directory using for example FileZilla or WinSCP.

5. Go to newly created folder and convert the disk to the qcow2 format:

cd /opt/unetlab/addons/qemu/mikrotik-6.40.4/
mv chr-6.40.4.img hda.qcow2

6. Fix permissions:

/opt/unetlab/wrappers/unl_wrapper -a fixpermissions

Default username is admin with no password.