Plesk screenshot bot
Hosting platform management crawler for website auditing
About this crawler
Plesk screenshot bot is a web crawler identified by the regular-expression pattern Plesk screenshot bot in the User-Agent request header. It is categorised as seo. Use the regex above to detect, log, allow, or block Plesk screenshot bot traffic in your web server, CDN edge rules, or robots.txt.
Block-rate · top 25k sites
No block-rate data for this crawler.
Technical details
- Name
- Plesk screenshot bot
- Pattern
Plesk screenshot bot- Tags
- seo
- Reference
- https://www.plesk.com/
- Added
- 2026/04/17
- Instances
- 1 known sample(s)
Sample User-Agent strings
Plesk screenshot bot https://support.plesk.com/hc/en-us/articles/10301006946066
Block this crawler
robots.txt — disallow Plesk screenshot bot:
User-agent: Plesk screenshot bot
Disallow: /
Apache .htaccess — return 403:
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} Plesk screenshot bot [NC]
RewriteRule .* - [F,L]
Nginx — return 403 inside a server block:
if ($http_user_agent ~* "Plesk screenshot bot") {
return 403;
}
← back to all crawlers