How to set 7 days trial from my server

How to set 7 days trial in my instance… my user can create an account for 7 days…
note: ERPnext 15 version

Hi @Al_Adnan_Mehedi ,

When you create an instance on erpnext by default it will run for 14 days on trial basis.

i do not mean that. when i host erpnext on live server… then i have to set 7 days trial for my users… hwo to do that in my site.

That for, you have to create a server script and apply logic using scheduler_event

Logic like:
The system should automatically disable a user’s account seven days after it’s created.

Thank You!