Title: Force login to make the site private &#8211; Gozer
Author: Fernando Tellado
Published: <strong>2026 年 1 月 29 日</strong>
Last modified: 2026 年 3 月 27 日

---

搜尋外掛

![](https://ps.w.org/gozer/assets/banner-772x250.jpg?rev=3450072)

![](https://ps.w.org/gozer/assets/icon-256x256.jpg?rev=3450003)

# Force login to make the site private – Gozer

 由 [Fernando Tellado](https://profiles.wordpress.org/fernandot/) 開發

[下載](https://downloads.wordpress.org/plugin/gozer.1.0.3.zip)

[即時預覽](https://tw.wordpress.org/plugins/gozer/?preview=1)

 * [詳細資料](https://tw.wordpress.org/plugins/gozer/#description)
 * [使用者評論](https://tw.wordpress.org/plugins/gozer/#reviews)
 *  [安裝方式](https://tw.wordpress.org/plugins/gozer/#installation)
 * [開發資訊](https://tw.wordpress.org/plugins/gozer/#developers)

 [技術支援](https://wordpress.org/support/plugin/gozer/)

## 外掛說明

Gozer makes your entire WordPress site private by requiring visitors to log in before
they can see any content. Perfect for intranets, membership sites, development environments,
or any site that needs restricted access.

Unlike other force login plugins, Gozer gives you complete control over exceptions.
Configure exactly what should remain publicly accessible through an intuitive settings
page.

#### Key Features

 * **One-click activation** – Enable force login with a single checkbox
 * **Admin bar toggle** – Quick on/off switch directly from the toolbar
 * **System exceptions** – Keep REST API, WP-Cron, WP-CLI, and AJAX working
 * **SEO-friendly** – Allow search engine bots, sitemaps, and robots.txt
 * **Custom paths** – Define specific pages that should remain public
 * **Advanced IP whitelist** – Supports individual IPs, CIDR notation, and wildcards
 * **Temporary bypass tokens** – Generate shareable links for temporary access
 * **User agent rules** – Grant access to monitoring services
 * **Flexible redirects** – Choose login page, 403 error, or custom URL
 * **Lightweight** – No bloat, just the features you need

#### IP Whitelist Formats

The plugin supports multiple IP formats:

 * Individual IPs: `192.168.1.1`
 * CIDR notation: `192.168.1.0/24` or `10.0.0.0/8`
 * Wildcards: `192.168.*` or `10.*.*.*`

#### Temporary Bypass Tokens

Generate secure, time-limited access links perfect for:

 * Client reviews of staging sites
 * Sharing with contractors or agencies
 * Temporary access for support teams
 * Preview links for stakeholders

#### Use Cases

 * Private company intranets
 * Client staging sites
 * Membership communities
 * Development and testing environments
 * Employee portals
 * Educational platforms

### Support

Need help or have suggestions?

 * [Official website](https://servicios.ayudawp.com)
 * [WordPress support forum](https://wordpress.org/support/plugin/gozer/)
 * [YouTube channel](https://www.youtube.com/AyudaWordPressES)
 * [Documentation and tutorials](https://ayudawp.com)

Love the plugin? Please leave us a 5-star review and help spread the word!

### About AyudaWP

We are specialists in WordPress security, SEO, and performance optimization plugins.
We create tools that solve real problems for WordPress site owners while maintaining
the highest coding standards and accessibility requirements.

## 螢幕擷圖

 * [[
 * General settings with admin bar toggle indicator
 * [[
 * System exceptions – Control WordPress core functionality access
 * [[
 * SEO exceptions – Configure search engine access
 * [[
 * Custom exceptions with CIDR and wildcard support
 * [[
 * Temporary bypass tokens management
 * [[
 * Redirect behavior options

## 安裝方式

 1. Upload the `gozer` folder to `/wp-content/plugins/`
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Go to Settings > Gozer to configure options
 4. Enable the “Require login to access the site” checkbox
 5. Configure exceptions as needed

## 常見問題集

### Will this break my site?

The plugin is designed with safe defaults. Critical functionality like REST API,
WP-Cron, and AJAX are allowed by default to prevent breaking the block editor or
scheduled tasks.

### Can search engines still index my site?

Yes, if you enable the “Allow search engine crawlers” option. Major search engine
bots (Google, Bing, etc.) will be able to access and index your content.

### How do I allow specific pages to be public?

Go to Settings > Gozer and add paths to the “Allowed paths” field. Enter one path
per line, like `/contact/` or `/about/`.

### How do I whitelist an entire IP range?

Use CIDR notation (e.g., `192.168.1.0/24` for a /24 subnet) or wildcards (e.g., `
192.168.*` for all IPs starting with 192.168).

### How do bypass tokens work?

Generate a token in Settings > Gozer, then share the generated URL. Anyone with 
that link can access the site without logging in until the token expires.

### Can I use it on a multisite network?

Yes, the plugin works on multisite installations. Each site can have its own configuration.

### Why “Gozer”?

Gozer the Gozerian is the supernatural entity from Ghostbusters (1984) who asked“
Are you a god?” before denying access to mere mortals. Just like our plugin does
with your site visitors.

## 使用者評論

這個外掛目前沒有任何使用者評論。

## 參與者及開發者

以下人員參與了開源軟體〈Force login to make the site private – Gozer〉的開發相關
工作。

參與者

 *   [ Fernando Tellado ](https://profiles.wordpress.org/fernandot/)
 *   [ Ayuda WordPress ](https://profiles.wordpress.org/ayudawp/)

〈Force login to make the site private – Gozer〉外掛目前已有 2 個本地化語言版本。
感謝[全部譯者](https://translate.wordpress.org/projects/wp-plugins/gozer/contributors)
為這個外掛做出的貢獻。

[將〈Force login to make the site private – Gozer〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/gozer)

### 對開發相關資訊感興趣？

任何人均可[瀏覽程式碼](https://plugins.trac.wordpress.org/browser/gozer/)、查看 
[SVN 存放庫](https://plugins.svn.wordpress.org/gozer/)，或透過 [RSS](https://plugins.trac.wordpress.org/log/gozer/?limit=100&mode=stop_on_copy&format=rss)
訂閱[開發記錄](https://plugins.trac.wordpress.org/log/gozer/)。

## 變更記錄

#### 1.0.3

 * Fix: Fixed promotional banner button alignment on WordPress 7.0 due to core CSS
   specificity changes
 * Tested up to WordPress 7.0

#### 1.0.2

 * Improved: Better name to make it easier to find the plugin

#### 1.0.1

 * Improved: Tokens table layout for better responsiveness on smaller screens
 * Improved: Copy tokens button moved to Actions column for a better user experience
 * Improved: The recommendations banner now displays plugins and services randomly

#### 1.0.0

 * Initial release
 * Force login functionality with configurable exceptions
 * Admin bar indicator with quick toggle switch
 * System exceptions (REST API, WP-Cron, WP-CLI, AJAX, XML-RPC)
 * SEO exceptions (sitemaps, robots.txt, feeds, search bots)
 * Technical exceptions (HEAD requests, static files)
 * Custom exceptions (paths, IPs with CIDR/wildcards, user agents)
 * Temporary bypass tokens with expiration
 * Redirect options (login, 403, custom URL)
 * Two-column settings layout

## 中繼資料

 *  版本 **1.0.3**
 *  最後更新 **2 個月前**
 *  啟用安裝數 **30+**
 *  WordPress 版本需求 ** 5.0 或更新版本 **
 *  已測試相容的 WordPress 版本 **7.0**
 *  PHP 版本需求 ** 7.4 或更新版本 **
 *  語言
 * [English (US)](https://wordpress.org/plugins/gozer/)、[Spanish (Chile)](https://cl.wordpress.org/plugins/gozer/)、
   及 [Spanish (Spain)](https://es.wordpress.org/plugins/gozer/).
 *  [將這個外掛本地化為你的母語版本](https://translate.wordpress.org/projects/wp-plugins/gozer)
 * 標籤:
 * [access](https://tw.wordpress.org/plugins/tags/access/)[login](https://tw.wordpress.org/plugins/tags/login/)
   [privacy](https://tw.wordpress.org/plugins/tags/privacy/)[private](https://tw.wordpress.org/plugins/tags/private/)
   [restricted](https://tw.wordpress.org/plugins/tags/restricted/)
 *  [進階檢視](https://tw.wordpress.org/plugins/gozer/advanced/)

## 評分

這個項目尚無任何評論記錄。

[Your review](https://wordpress.org/support/plugin/gozer/reviews/#new-post)

[查看全部使用者評論](https://wordpress.org/support/plugin/gozer/reviews/)

## 參與者

 *   [ Fernando Tellado ](https://profiles.wordpress.org/fernandot/)
 *   [ Ayuda WordPress ](https://profiles.wordpress.org/ayudawp/)

## 技術支援

使用者可在技術支援論壇提出意見反應或使用問題。

 [檢視技術支援論壇](https://wordpress.org/support/plugin/gozer/)