Panel Client access

Hi everyone,

I am kinda new to using the panel to handle content, and was wondering if there is a way to make it accessible to my client so he can input his content on his own ? Knowing that the project is still on a local host.

Thanks :slight_smile:

If you want to share your local installation with your client, you would have to use a service like ngrok: https://ngrok.com/

But a fixed url needs a paid account and of course, this will only work while your computer is running.

1 Like

I would consider uploading the page on a subdomain for your client, like: dev.example.com. Let the client input the content - and when he/she is finished, make this version available on the main domain.

1 Like