aaP_sayterxd 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
aaP_sayterxd 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