plugin-icon

Server Scout

제작자: susheelhbti·
Helps server administrators discover and manage all WordPress installations on the same server from a single dashboard.
버전
1.0.0
최근 업데이트일
Jun 11, 2026

Server Scout is a tool for server administrators who manage multiple WordPress sites on the same server. Instead of logging into each site one by one, Scout gives you a single dashboard where you can see every WordPress installation on the server and quickly access them.

What it does

  • Recursively scans a directory of your choice (e.g. /var/www) for all WordPress installations.
  • Displays each site’s name, URL, WordPress version, and database prefix.
  • Lists all administrator users for each site (username + email).
  • Generates a secure, one-time, 5-minute login link so you can jump straight into any site’s admin area without needing the password.

Who is it for?

  • VPS / dedicated server owners managing multiple client or personal WordPress sites.
  • Developers running several local or staging environments on one machine.
  • Agencies with a fleet of sites on a single server.

How login links work

  1. Click Generate Login Link next to any admin user.
  2. A cryptographically signed, one-time token is stored in that site’s database (valid for 5 minutes).
  3. The generated link goes through WordPress’s standard admin-ajax.php endpoint — not a direct PHP file — and includes a nonce for request verification.
  4. Opening the link logs you directly into that site’s admin dashboard.
  5. The token is deleted immediately on first use — it cannot be used twice.

Security

  • Requires the manage_options capability (Administrator) to use the plugin.
  • All form submissions are protected with WordPress nonces.
  • Login links use wp_ajax_nopriv_ (WordPress AJAX), include a nonce, and go through admin-ajax.php.
  • Tokens are HMAC-signed with WordPress’s built-in secure_auth salt — cannot be forged.
  • Scan paths are validated with realpath() before use.
  • All database queries use prepared statements.
  • The standard wp_login action is fired on login so security plugins (login limiters, audit logs) are notified.

Important: This plugin is intended for server administrators only. Do not install it on shared hosting environments where you do not control all sites on the server.

무료유료 요금제에서
설치하면 WordPress.com 서비스 약관서드파티 플러그인 약관에 동의하게 됩니다.
테스트된 버전
WordPress 7.0
이 플러그인은 다운로드할 수 있으며 에서 사용할 수 있습니다.