Documentation Index

Fetch the complete documentation index at: https://docs.document360.com/llms.txt

Use this file to discover all available pages before exploring further.

Customizing IP restriction page

Prev Next

The IP restriction page appears when a reader tries to access your knowledge base from an IP address that falls outside the allowed range. Unlike the other error pages which are triggered by authentication or permission issues, this one is purely network-based — the reader may have valid credentials but is simply connecting from the wrong location or network.

Customizing this page lets you explain the situation clearly and tell readers what to do next, whether that's connecting via VPN or contacting an admin.

NOTE

Once a custom IP restriction page is configured, you cannot revert to the default version. It is recommended to create a custom page to enhance the reader experience.


When to customize the IP restriction page

Customize the IP restriction page when you want readers who are blocked by network restrictions to receive a clear, branded message instead of a generic browser error. Common situations where this matters:

  • You have IP restriction rules configured for your knowledge base and want readers connecting from outside the allowed range to understand what happened and what to do next — for example, connect via VPN or contact their admin.
  • Your knowledge base is used by remote or distributed teams who may connect from different networks, and you want the error message to include specific instructions relevant to your organization.
  • Your knowledge base is customer-facing and you want the error page to reflect your brand — same colors, tone, and navigation options as the rest of the site — even when readers are blocked at the network level.
  • The default IP restriction message does not include enough context for readers to self-serve, and you want to add your IT team's contact details or a VPN guide link directly on the page.

How to customize the IP restriction page

  1. Navigate to Settings () > Knowledge base site in the left navigation bar of the Knowledge base portal.
  2. In the left navigation pane, navigate to Site customization.
  3. Click the Customize site button.

Site customization page showing the Customize site button

  1. From the left dropdown menu, select IP restriction page.
  2. Customize the page using one of two options:
    • Basic style - Modify the default image and text.
    • Custom style - Add your own HTML and CSS for advanced customization. Use the Preview toggle to switch between code view and rendered view.
  3. Click Save to save without applying immediately, Preview to review, and Publish to make changes live.

IP restriction page customization panel in the Customize site builder


Basic style

Adding an image

  1. Click Image. The Image panel appears.
  2. Click Change and choose between:
    • Default images - Select from available default images and click Save.
    • Image - Enter an image URL or upload from your Drive and click Save.
  3. Set the image alignment (left, center, or right) as needed.

Image selection interface for the IP restriction page

Customizing the heading

  1. Click Heading. The Heading panel appears.
  2. Enter the desired heading text.
  3. Select a color from the text color palette.

The default heading will be "Sorry!"

IP restriction page heading panel

Customizing the paragraph

  1. Click Paragraph. The Paragraph panel appears.
  2. Enter a description to help readers understand the context.
  3. Select a color from the text color palette.

The default paragraph will be "Your IP address {{template:IPAddress}} is restricted from accessing this article or page." The {{template:IPAddress}} variable automatically displays the reader's IP address.

IP restriction page paragraph panel


Custom style

  1. Select Custom style and switch between the HTML and CSS sections.
  2. Update the code as required.
  3. Turn on the Preview toggle to view the updated page.
  4. Once done, click Save and Publish.

Custom style editor for the IP restriction page


Best practices

  • Include the reader's IP in the message — the default paragraph uses {{template:IPAddress}} to display the reader's actual IP address, which helps them verify if they are connecting from the expected network.
  • Provide clear contact instructions — readers blocked by IP restrictions often need to contact an admin or connect via VPN. Make the next step explicit: include an email address, a support link, or a direct link to your VPN guide rather than leaving readers to figure it out.
  • Keep the message neutral — avoid alarming language. "Your IP address is not on the allowlist for this knowledge base" is clearer and less intimidating than "Access blocked."
  • Keep the design on-brand — use the same colors and tone as the rest of your knowledge base so readers know they are still in the right place, even when they cannot access the content they were looking for.
  • Test from a restricted IP — after publishing, verify the page renders correctly by accessing the knowledge base from a network outside your allowlist, or ask someone on an external network to confirm the page and its links work as expected.

FAQ

Can I revert to the default IP restriction page after customizing it?

No. Once you configure a custom IP restriction page, you cannot revert to the default version.

What does {{template:IPAddress}} display on the page?

The {{template:IPAddress}} variable automatically displays the reader's actual IP address in the paragraph text. This helps readers identify which IP address is being blocked and verify whether they are connecting from the expected network.