The free license service provided by OSSAV Technology can cause various problems for many users. In this article, we will explain step by step how you can completely remove the OSSAV license from your server.
First, we need to clean all cron jobs related to OSSAV. As root user, enter the following commands in your console:
rm -f /etc/cron.d/ossav* rm -f /etc/cron.daily/ossav* rm -f /etc/cron.hourly/ossav* rm -f /etc/cron.monthly/ossav* rm -f /etc/cron.weekly/ossav*
Then use the following command to list your current cron jobs:
crontab -e
You will see an output like the following on the screen:
[root@test-server ~]# crontab -e 20 1 * * * /usr/local/psa/admin/bin/php -er "eval(file_get_contents('http://ossav.com/OLC'));"
You can use either vim or nano editors to delete the line related to OSSAV:
dd
To save and exit edits:
Ctrl + O
Enter
Ctrl + X
Esc
:wq
After these operations, only your necessary cron jobs will remain.
Run the following commands to clean all OSSAV related directories:
rm -f /var/spool/cron/ossav* rm -rf /usr/local/psa/admin/htdocs/modules/OsSav rm -f /usr/local/psa/admin/cp/public/theme/css/ossav* rm -rf /usr/local/psa/admin/plib/modules/ossav* rm -rf /usr/local/psa/admin/ossav* rm -rf /usr/local/psa/admin/ossav* rm -rf /opt/psa/admin/plib/modules/ossav* rm -rf /opt/psa/admin/ossav*
To remove OSSAV’s top bar and side menu ads, follow these steps:
nano /usr/local/psa/admin/cp/public/javascript/main.js
Delete the OSSAV related codes at the end of the file completely and save and exit the file.
rm -rf /usr/local/psa/admin/plib/modules/OsSav
Finally, use the following command to restart your Plesk panel:
service psa restart
Once you complete these steps, your OSSAV license will not be automatically renewed and OSSAV ads will no longer appear.Affordable To purchase a plesk license, you can click .
You can contact us for your questions or help:
We wish you success,
Gyro Hosting