PRICING

Uninstall Observium Ubuntu -

Upgrade your gaming experience with Hone's premium plan designed to unlock your full potential. Get the competitive edge you need to win with Hone Premium.

sudo rm /etc/nginx/sites-enabled/observium sudo rm /etc/nginx/sites-available/observium sudo systemctl restart nginx Delete the Observium cron file: uninstall observium ubuntu

sudo rm /etc/cron.d/observium sudo rm -rf /var/log/observium Step 7: Uninstall PHP Dependencies (Optional) If Observium was the only application using specific PHP modules, remove them (adjust version as needed): DROP USER 'observium'@'localhost'

DROP DATABASE observium; DROP USER 'observium'@'localhost'; FLUSH PRIVILEGES; EXIT; Delete the main installation directory (default location): uninstall observium ubuntu

sudo mysql -u root -p Inside the MySQL prompt, execute:

Uninstall Observium Ubuntu -

sudo rm /etc/nginx/sites-enabled/observium sudo rm /etc/nginx/sites-available/observium sudo systemctl restart nginx Delete the Observium cron file:

sudo rm /etc/cron.d/observium sudo rm -rf /var/log/observium Step 7: Uninstall PHP Dependencies (Optional) If Observium was the only application using specific PHP modules, remove them (adjust version as needed):

DROP DATABASE observium; DROP USER 'observium'@'localhost'; FLUSH PRIVILEGES; EXIT; Delete the main installation directory (default location):

sudo mysql -u root -p Inside the MySQL prompt, execute: