Uninstall Astra
If Astra is not needed anymore you can remove it completely from your server.
Before uninstall please Make a Backup!
Stop service and turn autorun off:
Remove service from system:
If you have several services on your server, then custom name should be specified:
Finally remove binary file and configuration files:
Before uninstall please Make a Backup!
Disable service
Stop service and turn autorun off:
systemctl stop astra
systemctl disable astra
Remove service
Remove service from system:
astra remove
If you have several services on your server, then custom name should be specified:
astra remove astra-8001
Cleanup
Finally remove binary file and configuration files:
rm -rf /usr/bin/astra /etc/astra
Updated on: 08/03/2023
Thank you!