Is there any way i can change the expiration date of any domain by command line?
I want to set a new expiration date when the user pay the bills of the month (using a payment system from brazil).
btw: amazing pannel
Is there any way i can change the expiration date of any domain by command line?
I want to set a new expiration date when the user pay the bills of the month (using a payment system from brazil).
btw: amazing pannel
I already found an way, if anyone need it:
sqlite3 /www/server/panel/data/default.db
UPDATE sites SET edate='2024-12-31' WHERE name='domain.com';
then restart nginx