Update Guide

If there is a new version of EasyDCIM released, there is no need for you to reinstall your system from the very beginning.

EasyDCIM platform update

Download the updater script

apt-get install -y sudo curl && sudo curl -o /opt/updater.sh https://www.easydcim.com/download/live/updater.sh

Run the updater

Use the command below to download and configure your customized EasyDCIM package.

sudo bash /opt/updater.sh --key 'YOUR_LICENSE_KEY'

Then follow the on-screen instructions to continue. Well done! You have just updated your EasyDCIM platform.

Important steps after update

  • After updating the application, it may be necessary to clear your browser cache to ensure that all new features and interface changes load correctly. To clear the cache:
    • On Windows: press Ctrl + Shift + R or Ctrl + F5
    • On macOS: press Cmd + Shift + R
    • Alternatively, you can clear the cache manually in your browser settings (under History or Privacy settings).
  • After updating the main EasyDCIM platform, remember to update all remote agents. EasyDCIM and the remote agents must have the latest versions to communicate correctly. You will find the Remote Agent update instructions below.
  • When you update your EasyDCIM platform, all installed extensions are automatically updated to the latest available versions. There is no need for you to take any action to keep them up to date — we handle everything for you.

Remote Agent update

Use the commands below to update your remote agent.

apt-get install -y sudo curl && sudo curl -o /opt/remote_updater.sh https://www.easydcim.com/download/live/remote_updater.sh
sudo bash /opt/remote_updater.sh

Then follow the on-screen instructions to continue.