Version: 1.5.8
Screenshots API
OpenPanel SiteManager displays a website screenshot for each website. These screenshots are generated using our hosted API.
Deploy your API
When installing OpenPanel on your server, you can use the --screenshots=<url>
flag to use a custom api instead.
This is recommended for shared servers with a few TBs of storage and hundreds of websites.
To setup your own screenshots API:
- Deploy on Vercel:
- Add a custom domain
- Update OpenPanel to use it:
opencli config update screenshots http://screenshots-v2.openpanel.com/api/screenshot
Was this helpful?