Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: typos

...

  1. In your web browser, navigate to the MikroTik download page.
  2. Locate the latest Stable RAW CHR disk image. Vultr requires version 7.2.3 Stable or later.
  3. Right-click the floppy disk icon to copy the URL. Don't download the image now, you'll download it to the server in a later step.
  4. Navigate to the server's information page in theVultr customer portal.
  5. Connect to theweb console.
  6. In the web console, download the CHR image to the server with "wget". If you copied the download URL to your clipboard, you cansend it to the serverthrough the web console.

    Substitute your version for x.x.x in the examples that follow.

    Code Block
    languageros
    # wget https://download.mikrotik.com/routeros/x.x.x/chr-x.x.x.img.zip
  7. Unzip the downloaded file.

    Code Block
    languageros
    # unzip chr-x.x.x.img.zip
  8. Write the MikroTik CHR image to the server's disk with dd.

    Code Block
    languageros
    # dd if=chr-x.x.x.img of=/dev/vda


...