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.


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.
  • 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."

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.