All pages
Powered by GitBook
1 of 6

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

PBX update

This article contains step-by-step instructions for updating MikoPBX to a newer version.

Before updating, be sure to back up the PBX settings. This is done using the .

backup module
Cover
Cover
Cover
Cover
Cover

Updating a physical server

Updating a virtual machine

Updating a cloud virtual machine

Updating a Docker container

Updating an LXC container

Updating a virtual machine

Updating MikoPBX installed on a virtual machine

We recommend updating sequentially, without skipping releases and versions.

This guide is intended for MikoPBX installed as a full-fledged virtual machine in VMware, VirtualBox, Hyper-V, KVM, Proxmox VE, and other hypervisors.

Two update methods are available for this type of installation:

  • through the web interface — the primary and most convenient method;

  • from an ISO image — a fallback method if the web interface is unavailable or the system needs to be recovered.

Before updating, be sure to create a backup of the MikoPBX settings. Additionally, it is recommended to create a virtual machine snapshot using the hypervisor's tools.

Preparation

  1. Make sure you have access to the web interface and the virtual machine console. Create a backup of the MikoPBX settings and call recordings.

  2. Create a virtual machine snapshot. If the hypervisor allows, take it with the virtual machine powered off.

  3. Make sure at least 400 MB is free on the system disk.

  4. Schedule a maintenance window: during the update, MikoPBX will reboot, and current calls will be dropped.

  1. Open the MikoPBX web interface.

  2. Go to Maintenance → PBX update.

  1. In the "Online updates available" table, find the version you need. Review the list of changes and click the update button next to the selected version.

  1. Wait for the image to download. Do not close the page until the confirmation dialog appears. Enter the phrase "Yes, I have a backup". Click Update.

MikoPBX will prepare the update and reboot the virtual machine automatically.

This method is suitable if the required version is not in the list of online updates or the file has already been downloaded in advance.

  1. Download the .img file of the required version from the page.

  1. In the web interface, open Maintenance → PBX update.

  1. In the file selection field, specify the downloaded .img.

  1. Click Apply update.

  1. Enter the phrase "Yes, I have a backup". Confirm the update and wait for the reboot.

Use this option if the PBX does not boot normally, the web interface is unavailable, or you need to perform the update from Recovery mode.

  1. Download the ISO image of the required version from the page.

  1. Power off the virtual machine. In the hypervisor settings, connect the ISO to the virtual CD/DVD drive and set booting from the virtual CD/DVD before the system disk.

  1. Start the virtual machine and open its console.

  2. Wait for the message about booting in recovery mode — System booted in recovery mode (Live CD).

  1. Press any key to open the console menu. Then open "[4] Install or recover".

  1. Select "Update to version..."

After the operation is complete:

  1. Power off the virtual machine if the ISO was not disconnected automatically.

  2. Disconnect the ISO from the virtual drive.

  3. Restore booting from the system disk as the first boot device.

  4. Start the virtual machine.

Do not power off the virtual machine and do not perform a forced reset while the update is being written.

Updating through the web interface

Updating to a version from the list

Updating with a local IMG file

Pay attention to the architecture of your MikoPBX: if you have an ARM MikoPBX, use the update file with "arm64" in its name. If you have an x86 MikoPBX, use the update file with "x86_64" in its name.

The update form only accepts a .img file. ISO, RAW, VHD, and the LXC archive are not suitable for this method.

Updating from an ISO image

Pay attention to the architecture of your MikoPBX: if you have an ARM MikoPBX, use the update file with "arm64" in its name. If you have an x86 MikoPBX, use the update file with "x86_64" in its name.

Do not select the Install option. It starts a new installation and warns that data on the selected disk will be erased. To update while keeping the settings, use the Update to version... option.

MikoPBX releases
MikoPBX releases
"PBX update" section
Button to update the station from the web interface
Confirmation of backup existence
Downloading .img for update
"PBX update" section
Selecting update file
Button to apply the update
Confirmation of backup existence
Downloading .iso for update
Example of a mounted .iso file in the UTM hypervisor.
MikoPBX in Recovery Mode
"Install or recover" section in the MikoPBX console menu
Version update to 2026.3.40
Successful update of the station to version 2026.3.40.

Updating an LXC container

Updating MikoPBX in a Proxmox VE LXC container without copying call recordings

This guide is intended for MikoPBX installed in a Proxmox VE LXC container. All operations are performed through the Proxmox and MikoPBX web interfaces.

We recommend updating sequentially without skipping releases or versions. If a release description specifies an intermediate version, update to that version first.

How the update works

In LXC, the MikoPBX system files and user data are stored on separate volumes:

Volume
Contents
Action during the update

Root Disk

To update, create a new container from the current lxc.tar.gz template. The existing /storage and /cf volumes are not copied: Proxmox reassigns them to the new container using Reassign Owner.

As a result, the new MikoPBX version gets a new root file system while continuing to use the existing settings, history, and call recordings.

Schedule a maintenance window. After the old CT is stopped, telephony will remain unavailable until the new container starts.

Make sure you have:

  • administrator access to Proxmox VE;

  • administrator access to MikoPBX;

  • a backup stored outside the container being updated.

Open the old CT in Proxmox and record its settings.

  1. Resources — CPU, RAM, Swap, and Root Disk size.

  2. Network — bridge, IPv4/IPv6, VLAN, MAC address, and Proxmox Firewall status.

  3. DNS — DNS servers.

  4. Options — whether the container is privileged or unprivileged.

Under Resources, find the entries containing:

  • mp=/storage — the volume with recordings and user data;

  • mp=/cf — the volume with the configuration.

Record their identifiers. They are usually mp0 and mp1, but the order may differ.

  1. Open Modules → Module marketplace.

  1. Make sure the is installed and enabled.

  2. Open the module and click Create backup copy.

  1. Create the archive and download it to the administrator's computer or external storage.

  1. In Proxmox, open the old container (CT) → Backup and click Backup now.

  1. Select external or separate backup storage. Start the backup and wait for the TASK OK message.

  1. Open the page.

  2. Find the required version and copy the link to the file whose name ends with lxc.tar.gz.

  1. In Proxmox, select the local storage → CT Templates and click Download from URL.

  1. Paste the link into the URL field and click Query URL. Verify the file name and click Download.

  1. Wait for the TASK OK message.

Click Create CT in the upper-right corner of Proxmox.

Select the same Proxmox node that hosts the old CT:

  • Specify a new CT ID. Do not use the ID of the old container.

  • Enter a different name, such as mikopbx-update-test.

  • Set Unprivileged container to the same value as on the old CT.

Click Next.

Select the downloaded lxc.tar.gz template for the new version and click Next.

Create a new Root Disk (rootfs). Select suitable storage and set the system disk size to 1 GB.

Click Next.

Specify the same number of CPU cores and the same Memory and Swap values as on the old container.

Reproduce the network settings of the old CT. For testing, we recommend using an available temporary IP address and a new MAC address to avoid a conflict with the old container.

If DHCP is used, the new CT may obtain a different address automatically. If the DHCP server reserves the address by MAC address, create a separate reservation for the new MAC address in advance.

Reproduce the DNS settings of the old CT:

  • Carefully review the settings on the Confirm page.

Clear the Start after created checkbox. The new container must not be started before /cf and /storage are attached. Click Finish and wait for the TASK OK message.

Open the new CT → Resources. At this stage, the list must contain the new Root Disk, but it must not contain /cf or /storage mount points.

  1. Open the old CT → Resources. Select the Mount Point entry whose settings contain mp=/storage. Click Volume Action → Reassign Owner.

  1. In the Target field, select the new CT. Leave Mount Point selected in the Add as field. Proxmox suggests an available mount point number, such as mp0. Make sure the selected number is not already in use.

Click Reassign Volume.

After the operation, the volume disappears from the old CT's Resources section and appears under the new CT. Proxmox changes the volume owner and, if necessary, renames it for the new CT ID. The contents of the disk are neither copied nor formatted.

Repeat the same procedure for the Mount Point whose settings contain mp=/cf:

  1. Open the old CT → Resources. Select the Mount Point entry whose settings contain mp=/cf. Click Volume Action → Reassign Owner.

  1. Select the new CT. Leave Add as → Mount Point selected. Choose the next available number, such as mp1, and click Reassign Volume.

  1. Open the new CT → Resources and check the final configuration:

  • Root Disk belongs to the new CT;

  • one Mount Point contains mp=/storage;

  • the other Mount Point contains mp=/cf;

The mp0 and mp1 numbers may be in a different order. The mp=/storage and mp=/cf paths are what matter.

  1. Select the new CT and click Start. Open the Console tab.

  1. Wait for MikoPBX to finish booting and display the web interface address.

  1. Open this address in a browser and sign in with the previous MikoPBX login and password.

If the new CT received the previous production IP address immediately, skip this step.

If a temporary address was used for testing:

  1. Stop the new CT.

  2. Make sure once again that the old CT is stopped.

  3. Open the new CT → Network and select the net0 interface.

  4. Enter the previous MikoPBX IPv4/IPv6 address.

The same IP or MAC address may be used only when the old container is completely stopped.

Do not delete the old CT until all checks have been completed.

  1. Verify in the web interface that the new MikoPBX version is displayed.

  2. Check the extensions, SIP accounts, providers, and inbound and outbound routes.

  3. Open Telephony → Call history and make sure the previous call history is available.

  4. Play several old call recordings from different dates.

If the new version does not work correctly:

  1. Stop the new CT.

  2. Under its Resources, select the /storage Mount Point.

  3. Select Volume Action → Reassign Owner and return the volume to the old CT.

  4. Return the /cf

Keep the old CT stopped and retain the backups for several days. Delete the old container only after:

  • the new version has been running reliably;

  • inbound and outbound calls have been tested;

  • new call recordings are created and can be played;

  • MikoPBX has rebooted successfully;

Before deleting the old CT, open its Resources once more and make sure that /cf and /storage have actually been reassigned to the new container. The old Root Disk can then be deleted together with the old CT.

the /storage and /cf sizes match the sizes of the old volumes.

If the address is reserved on the DHCP server, move the reservation to the new MAC address or assign the old MAC address to the new CT.

  • Check the bridge, VLAN, gateway, and Proxmox Firewall settings.

  • If necessary, switch external NAT, DNS, and firewall rules to the new address.

  • Start the new CT.

  • Check the installed modules, their licenses, and settings.

  • Make sure the phones and providers are registered or have the expected status.

  • Make an internal, outbound, and inbound test call.

  • Check that the new call appears in the history and that its recording can be played.

  • Reboot the new CT through Proxmox.

  • After the reboot, check the web interface, network, registrations, and a test call again.

  • volume to the old CT in the same way.
  • Verify that mp=/storage and mp=/cf are present on the old CT again.

  • Restore the old IP, MAC, DNS, and NAT settings.

  • Start the old CT and verify its operation.

  • a new backup of the updated PBX has been created.

    System files for the current MikoPBX version

    Remains attached to the old CT

    /storage

    Call recordings, call history, modules, audio files, and logs

    Reassigned to the new CT

    /cf

    MikoPBX settings and the main database

    Reassigned to the new CT

    Do not update an LXC container with an .img file under Maintenance → PBX update, and do not attach an ISO image. These methods are intended for a full system disk in a virtual or physical machine. For LXC, use a new lxc.tar.gz template.

    This method is suitable when /cf and /storage are separate Proxmox-managed Mount Point volumes and both containers are on the same Proxmox node. Reassign Owner may be unavailable for a bind mount, physical disk, network share, or migration to another node. In that case, back up and restore the data instead.

    Before you begin

    Reassign Owner does not create a backup. It only changes the owner of an existing volume. An administrator error, storage failure, or incompatible database change may require restoring from a backup.

    Step 1. Record the old container settings

    Step 2. Create backups

    MikoPBX backup

    Proxmox backup

    Before starting, check the Backup option for the /cf and /storage mount points. If enabled, Proxmox includes these volumes in the archive, so backing up a large /storage disk may take a long time. The update itself does not create a second copy of the call recordings and completes quickly. A full /storage backup is a separate safety measure. If the recordings are already backed up regularly to Proxmox Backup Server, S3, or other external storage, you can use an existing verified backup.

    Step 3. Download the new LXC template

    Step 4. Create a new container

    General

    After the existing /cf volume is attached, the previous administrator credentials will be used to sign in to MikoPBX.

    Template

    Disks

    Do not add new /storage and /cf disks: the existing volumes from the old CT will be attached instead.

    CPU and Memory

    Network

    DNS and Confirm

    The guide describes the CT creation wizard in detail. During an update, skip the steps for adding new /storage and /cf disks.

    Step 5. Reassign the /storage disk

    Step 6. Reassign the /cf disk

    Step 7. Perform the first boot

    The first boot may take several minutes. The new version checks the existing configuration, performs the required database migrations, and starts the telephony services. Do not restart the CT or turn off its power during this process.

    If the web interface does not open, first check under Resources that both volumes are attached with the correct paths. Do not start the old CT while the volumes belong to the new one.

    Step 8. Switch to the production IP address

    Verification after the update

    Roll back to the old container

    The new version may have changed the database structure on /cf. Returning the volumes therefore does not guarantee compatibility with the old MikoPBX version. If the old CT does not start correctly, restore it from the Proxmox backup or restore the settings from the MikoPBX archive created before the update.

    Completing the update

    With this update method, years of call recordings remain on the original /storage disk. The switchover time does not depend on the volume of recordings because Proxmox changes the volume owner instead of copying its contents.

    Backup module
    MikoPBX releases
    The Module marketplace section in MikoPBX
    Creating a backup copy
    Downloading the backup copy to a computer
    Creating a container backup
    Container backup completed successfully
    Copying the container template link
    The option for downloading a CT template from a URL
    Downloading the template in Proxmox
    Template downloaded successfully in Proxmox
    New container settings
    Selecting the previously downloaded template for the new container
    Creating the Root Disk
    Specifying container resources
    Network settings for the new container
    Example of the Resources tab after the new container is created correctly
    Reassigning /storage
    Reassigning /storage
    Reassigning /cf
    Reassigning /cf
    Example of the Resources tab on the new container
    Opening the Console tab and starting the container
    The new container console with the MikoPBX status screen
    The updated MikoPBX web interface
    Installing MikoPBX in Proxmox LXC

    Updating a Docker container

    Updating MikoPBX running in Docker or Docker Compose

    We recommend updating sequentially, without skipping releases and versions.

    A MikoPBX Docker container is not updated with .img or .iso files. To move to a new version, you need to download the new Docker image and recreate the container, preserving the /cf and /storage directories, network settings, and environment variables.

    Preparation

    1. Create a backup of the MikoPBX settings. If the backup module is unavailable in the unprivileged container, prepare backup of the directories or volumes on the Docker host side.

    2. Write down the name and version of the current image:

    1. Save the current container configuration:

    1. Check the /cf and /storage mounts:

    1. Write down the ports in use, network_mode, hostname, and environment variables. If the container is started via Compose, save the current docker-compose.yml and the .env file.

    2. End active calls and schedule a maintenance window.

    For the latest stable version, run:

    If a fixed tag is used, specify the same registry and the tag of the required version instead of latest.

    1. Stop the container:

    1. Create a consistent backup of /cf while the container is stopped. For the bind mount from the example above, you can run:

    In addition to /cf, it is worth backing up the CDR database before the new version — it is located in /storage and may also be migrated on first start. /cf contains only mikopbx.db (the settings), while the call history is a separate cdr.db (and recording_storage.db) in /storage/usbdisk1/mikopbx/astlogs/asterisk/.

    The backup must be made with the container stopped (as for /cf) so that the database is in a consistent state:

    When rolling back, restore both archives: first /cf, then the CDR — otherwise the call history and the link between recordings and calls may get out of sync with the settings.

    1. Rename the old container instead of deleting it immediately:

    1. Start a new container with the same parameters. Example for an installation with host network and bind mounts:

    1. Monitor the startup:

    To exit the log view, press Ctrl+C — the container will keep running.

    1. Go to the directory containing docker-compose.yml.

    2. If user IDs are passed through the environment, set them the same way as on first launch:

    1. Download the new image:

    1. Recreate the container:

    1. Check the status and logs:

    Docker Compose will recreate the container but keep the bind mounts and named volumes specified in docker-compose.yml.

    1. Make sure the container is running:

    1. Open the web interface and check the MikoPBX version.

    2. Check that the settings and call recordings are in place.

    3. Make sure the phones and SIP providers have registered.

    4. Make a test inbound and outbound call.

    If the new container does not start:

    1. Save its logs:

    1. Stop and rename the new container:

    1. Restore the /cf backup created before the update. The restoration method depends on whether a bind mount, a named volume, or a storage snapshot is used.

    2. Give the old container its previous name back and start it:

    To roll back a Docker Compose installation, specify the previous image tag in docker-compose.yml, restore the previous state of /cf, and run again:

    After successful verification, you can delete the old container:

    Check the publishing of web, SIP, and RTP ports if a bridge network is used.

    Updating a container started with the docker run command

    Downloading the new image

    Stopping and replacing the container

    The example must not be copied without verification. Repeat all the parameters of your exact previous installation: network type, volumes, ports, hostname, capabilities, and environment variables.

    Updating with Docker Compose

    Verification after the update

    Rollback

    On first start, the new version may have upgraded the database in /cf. Therefore, a reliable rollback must rely not only on the old container image but also on the /cf backup created before the update.

    sudo docker inspect mikopbx --format '{{.Config.Image}}'
    sudo docker inspect mikopbx > mikopbx-container-before-update.json
    sudo docker inspect mikopbx --format '{{range .Mounts}}{{println .Source "->" .Destination}}{{end}}'
    sudo docker pull ghcr.io/mikopbx/mikopbx:latest
    sudo docker stop mikopbx
    sudo tar -C /var/spool/mikopbx -czf mikopbx-cf-before-update.tar.gz cf
    sudo docker stop mikopbx
    # backup of /cf (settings)
    sudo tar -C /var/spool/mikopbx -czf mikopbx-cf-before-update.tar.gz cf
    # backup of the CDR + recording metadata
    sudo tar -C /var/spool/mikopbx/storage/usbdisk1/mikopbx \
      -czf mikopbx-cdr-before-update.tar.gz astlogs/asterisk
    sudo docker rename mikopbx mikopbx-before-update
    sudo docker run --net=host --name mikopbx --hostname mikopbx \
      -v /var/spool/mikopbx/cf:/cf \
      -v /var/spool/mikopbx/storage:/storage \
      -e SSH_PORT=23 \
      -e ID_WWW_USER="$(id -u www-user)" \
      -e ID_WWW_GROUP="$(id -g www-user)" \
      -it -d --restart always ghcr.io/mikopbx/mikopbx:latest
    sudo docker logs -f mikopbx
    export ID_WWW_USER=$(id -u www-user)
    export ID_WWW_GROUP=$(id -g www-user)
    sudo docker compose pull
    sudo docker compose up -d
    sudo docker compose ps
    sudo docker compose logs -f mikopbx
    sudo docker ps --filter name=mikopbx
    sudo docker logs mikopbx > mikopbx-update-error.log 2>&1
    sudo docker stop mikopbx
    sudo docker rename mikopbx mikopbx-failed-update
    sudo docker rename mikopbx-before-update mikopbx
    sudo docker start mikopbx
    sudo docker compose up -d
    sudo docker rm mikopbx-before-update

    Updating a physical server

    Updating MikoPBX installed on a dedicated physical computer

    We recommend updating sequentially, without skipping releases and versions.

    This guide is intended for a dedicated computer or server running MikoPBX.

    The primary method is updating through the web interface. If the PBX does not boot normally or the web interface is unavailable, use an ISO image written to a separate USB drive.

    Before updating, be sure to create a backup of the settings and store it on another device. Also save a copy of the call recordings.

    Preparation

    1. Make sure you have physical access to the server or a working console. Create a backup of the MikoPBX settings and call recordings.

    2. Make sure at least 400 MB is free on the Storage.

    3. End active calls and schedule a maintenance window for the telephony system.

    1. In the web interface, open "Maintenance" → "PBX update".

    1. Select the desired version in the list. Review the list of changes and start the update process.

    1. Once the download is complete, enter the phrase Yes, I have a backup. Click Update.

    1. Download the .img file of the required version from the page.

    1. Open Maintenance → PBX update.

    1. Select the downloaded .img file.

    1. Click Apply update.

    1. Enter the phrase Yes, I have a backup and confirm the operation.

    Wait for the PBX to reboot automatically after the update.

    This method is suitable for restoring and updating the PBX from the local console.

    1. Download the ISO of the required version from the page.

    1. Connect a separate USB drive with a capacity of at least 1 GB.

    2. Write the ISO in disk image mode using Rufus, balenaEtcher, or dd. Instructions for writing an ISO image can be found .

    1. Connect the prepared USB drive to the server. In the BIOS/UEFI or Boot Menu, select booting from USB.

    2. Wait for MikoPBX to start in Recovery mode.

    1. Press any key to open the console menu. Then open "[4] Install or recover".

    1. Select "2) Update to version..."

    1. Wait for the writing to finish and the reboot. Remove the USB drive or restore the system disk as the first boot device.

    Updating through the web interface

    Online update

    Updating with a local IMG file

    Pay attention to the architecture of your MikoPBX: if you have an ARM MikoPBX, use the update file with "arm64" in its name. If you have an x86 MikoPBX, use the update file with "x86_64" in its name.

    Updating from an ISO on a USB drive

    Creating bootable media

    Pay attention to the architecture of your MikoPBX: if you have an ARM MikoPBX, use the update file with "arm64" in its name. If you have an x86 MikoPBX, use the update file with "x86_64" in its name.

    Writing the ISO will erase all data on the selected USB drive. Double-check the selected device.

    Running the update

    The Install option is intended for a new installation and erases the data on the selected device. To update while keeping the settings, only choose "Update to version..."

    MikoPBX releases
    MikoPBX releases
    here
    "PBX update" section
    A button to update the station from the web interface
    Confirmation of backup existence
    Donwloading .img for update
    "PBX update" section
    Selecting update file
    Button to apply the update
    Confirmation of backup existence
    Downloading .iso for update
    MikoPBX in Recovery Mode
    "Install or recover" section in the MikoPBX console menu
    Version update to 2026.3.40
    Successful update of the station to version 2026.3.40.

    Updating a cloud virtual machine

    Updating MikoPBX deployed as a virtual machine in the cloud

    We recommend updating sequentially, without skipping releases and versions.

    This guide is intended for MikoPBX running as a full-fledged cloud virtual machine: from a Marketplace or from an imported RAW, VHD, or other disk image.

    The built-in update mechanism is designed for a standard disk installation of MikoPBX with a boot partition, the /cf configuration partition, and attached Storage. It is not intended for Docker and LXC.

    The primary method for updating a cloud PBX is through the web interface using an .img image. The ability to boot from an ISO depends on the particular cloud provider and is not universal.

    Before updating, create two independent recovery points: a backup of the MikoPBX settings and a snapshot of the system disk or the entire virtual machine in the cloud provider's control panel.

    Before you start

    1. Make sure you have access to the cloud management panel and the MikoPBX web interface. Save a backup of the MikoPBX settings and call recordings outside the virtual machine being updated.

    2. Create a snapshot of the system disk. If there is a separate disk with recordings, create a snapshot for it as well or use storage backup.

    3. Write down the current external and internal IP addresses, Security Group rules, attached disks, and network settings.

    4. Make sure at least 400 MB is free on the system disk with MikoPBX.

    5. Schedule a maintenance window: active calls will be dropped.

    1. Log in to the MikoPBX web interface.

    2. Open "Maintenance" → "PBX update".

    1. Find the version you need in the "Online updates available" table. Review the list of changes and start the download.

    1. Once the download is complete, enter the phrase "Yes, I have a backup". Click Update.

    1. Do not perform Restart or Stop from the cloud panel: MikoPBX will prepare the update and reboot on its own. During the reboot, the connection to the web interface will be interrupted. It is safer to monitor the process via the cloud provider's serial console or web console.

    Use a local file if the version is not in the list or the cloud VM does not have direct access to the update server.

    1. Download the .img of the required version from the page.

    1. Verify that the image architecture matches the VM architecture.

    2. Open Maintenance → PBX update.

    1. Select the downloaded .img and click Apply update.

    1. Enter the phrase "Yes, I have a backup" and confirm the operation.

    1. Wait for the automatic reboot and the services to start again.

    Updating via ISO is possible only when the cloud platform simultaneously allows you to:

    • upload or attach a custom ISO;

    • change the VM boot order;

    • open an interactive console;

    • after the update, disconnect the ISO and boot from the system disk again.

    If all the conditions are met (for example, as ), the procedure is the same as for a regular virtual machine:

    1. Download and attach the ISO image of the required version from the page.

    1. Start the machine and open its console. Wait for the message about booting in recovery mode - System booted in recovery mode (Live CD).

    1. Press any key to open the console menu. Then open "[4] Install or recover".

    1. Select "Update to version..."

    1. When finished, disconnect the ISO and boot from the system disk.

    Online update

    Updating with a downloaded IMG file

    Pay attention to the architecture of your MikoPBX: if you have an ARM MikoPBX, use the update file with "arm64" in its name. If you have an x86 MikoPBX, use the update file with "x86_64" in its name.

    Is it possible to update a cloud VM via ISO

    If the provider does not support ISO, do not try to imitate this method by replacing the system disk. Use the web update or restore from a snapshot.

    Pay attention to the architecture of your MikoPBX: if you have an ARM MikoPBX, use the update file with "arm64" in its name. If you have an x86 MikoPBX, use the update file with "x86_64" in its name.

    Do not select the Install option. It starts a new installation and warns that data on the selected disk will be erased. To update while keeping the settings, use the Update to version ... option.

    MikoPBX releases
    with Vultr
    MikoPBX releases
    "PBX update" section
    Button to update the station from the web interface
    Confirmation of backup existence
    Downloading .img for update
    "PBX update" section
    Selecting and applying update file
    Confirmation of backup existence
    Downloading .iso for update
    MikoPBX in Recovery Mode
    "Install or recover" section in the MikoPBX console menu
    Version update to 2026.3.40