If you are done testing and want to clear the server back to shipping defaults, perform the following.  This will delete all users/team databases - everything!  So proceed with this only if you are 100% sure you want to start over completely.  If not - see KB articles for clearing a specific user or team!

  1. Stop all services -
    systemctl stop caraone caraone_node_manager stop docker_caraone 
  2. Stop the docker container
    sudo docker stop caraone_db
    sudo docker rm caraone_db
  3. cd and remove the entire working directory
    cd /opt
    sudo rm -r caraone_data/
  4. change into settings
    cd /opt/caraone/dist/settings
    systemctl status caraone_node_manager
    rm settings.json
  5. Restart Docker server first and check status and make sure it is actually running
    systemctl start docker_caraone
    docker ps
  6. Start the node manager
    systemctl start caraone_node_manager
  7. Go into Backoffice and start the node or start caraone service
    systemctl start caraone