Skip to main content
Biamp Cornerstone

Uninstalling Evoko Home

How to fully remove an Evoko Home installation and its dependencies for both Windows Server and Ubuntu.

 

 

Windows Server

  1. Uninstall the following programs, if present:
    • Evoko Home
    • Evoko Overview Screen
    • MongoDB
    • Node.js
  2. Delete the following folders, if present:
    • C:\Program Files\EVOKO\EvokoHome
    • C:\Program Files\MongoDB
    • C:\Program Files\mongosh
    • C:\Program Files\nodejs
    • C:\ProgramData\Evoko

 

 

Ubuntu

  1. Navigate to the Evoko Home installation folder and run the uninstallation script:

cd '~/Evoko Home' && sudo bash uninstall.sh

  1. Uninstall the MongoDB and Node dependencies:

sudo apt remove nodejs mongodb-org

  • Was this article helpful?