---
sourceDocument: Australia Platform security
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/de-DE/platform-security

 Release :

    - australia

ft:locale :

    - de-DE

ft:publication_title :

    - Australia Platform security

ft:clusterId :

    - psec

bundleId :

    - psec

workflow :

    - Platform


---

# For Self-Hosted Instance, Ensure only Trusted IP Addresses are Allowed to Connect to An Instance

# For Self-Hosted Instance, Ensure only Trusted IP Addresses are Allowed to Connect to An Instance {#ariaid-title1}

* Freigeben Version: Australia
* 
* Aktualisiert 12. März 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 2 Minuten Lesedauer

Use system properties to control which inbound IP addresses can connect to self-hosted instances.
A self-hosted instance is a customer-managed deployment of the ServiceNow platform, which runs on your own infrastructure instead of ServiceNow's cloud. A instance is classified as self-hosted if the property
glide.installation.self_hosted is set to true.

On these self-hosted instances, the glide.ip.authenticate.allow.self_hosted_enabled system property overrides the inbound IP allow list for an instance when set to true. The
glide.ip.authenticate.allow.secured.self_hosted_enabled system property provides the same functionality in strict mode. Strict mode is enabled when the system property
glide.ip.authenticate.strict property is set to true.

In strict mode
:   The glide.ip.authenticate.allow.secured.self_hosted_enabled property replaces the inbound IP allow list with the IP allow list defined in the property
    glide.ip.authenticate.allow.secured.self_hosted_list.

Not in strict mode

:   The glide.ip.authenticate.allow.self_hosted_enabled property replaces the inbound IP allow list with the IP allow list defined in the glide.ip.authenticate.allow.self_hosted_list
    property.

All list properties mentioned are strings containing lists of IP ranges that are appended to the inbound IP allow list of an instance. The strings contain a comma separated range of IP addresses in IPv4 or IPv6 format. IP ranges
can be specified using a hyphen (10.0.10.14-10.0.10.19), using CIDR notation (10.0.10.0/24), or consist of a single IP address (10.0.10.5).  
Hinweis:  
Both of the list properties have a default value of <kbd class="ph userinput">127.0.0.1</kbd> if not set. IP ranges of the property glide.custom.ip.authenticate.allow are always appended to the inbound IP allow list, and are not affected by the properties described here. The IP Address Access Controls \[ip_access\] table is not affected by these properties.

If your instance is self-hosted:

1. Set the glide.ip.authenticate.allow.self_hosted_enabled and glide.ip.authenticate.allow.secured.self_hosted_enabled properties to <kbd class="ph userinput">true</kbd>.
2. Ensure that the glide.ip.authenticate.allow.secured.self_hosted_list and glide.ip.authenticate.allow.self_hosted_list system properties are either not set, or contain a comma-separated value consisting of only trusted IP ranges that you want to allow access to your instance.
{#sc-for-self-hosted-instance-ensure-only-trusted-ip-addresses-are-allowed-to-connect-to-an-instance__ol_d22_mcl_c3c}

## More information {#sc-for-self-hosted-instance-ensure-only-trusted-ip-addresses-are-allowed-to-connect-to-an-instance__section_wc1_cqn_phc}

{#sc-for-self-hosted-instance-ensure-only-trusted-ip-addresses-are-allowed-to-connect-to-an-instance__table_ajc_b43_3kb__entry__2}

| Attribute | Description |
|-|-|
| Configuration name | * glide.ip.authenticate.allow.self_hosted_enabled * glide.ip.authenticate.allow.secured.self_hosted_enabled * glide.ip.authenticate.allow.secured.self_hosted_list * glide.ip.authenticate.allow.self_hosted_list {#sc-for-self-hosted-instance-ensure-only-trusted-ip-addresses-are-allowed-to-connect-to-an-instance__ul_jnn_1rk_c3c} |
| Configuration type | System Properties (/sys_properties_list.do) |
| Data type | * Boolean * Boolean * String * String {#sc-for-self-hosted-instance-ensure-only-trusted-ip-addresses-are-allowed-to-connect-to-an-instance__ul_lg4_ftk_c3c} |
| Recommended value | For self-hosted instances : * <kbd class="ph userinput">true</kbd> * <kbd class="ph userinput">true</kbd> * empty, or a comma-separated list of trusted IP ranges * empty, or a comma-separated list of trusted IP ranges {#sc-for-self-hosted-instance-ensure-only-trusted-ip-addresses-are-allowed-to-connect-to-an-instance__ul_lnd_czk_c3c} For ServiceNow hosted instances : * <kbd class="ph userinput">false</kbd> * <kbd class="ph userinput">false</kbd> * <kbd class="ph userinput">127.0.0.1</kbd> * <kbd class="ph userinput">127.0.0.1</kbd> {#sc-for-self-hosted-instance-ensure-only-trusted-ip-addresses-are-allowed-to-connect-to-an-instance__ul_y5f_czk_c3c} |
| Default value | * <kbd class="ph userinput">false</kbd> * <kbd class="ph userinput">false</kbd> * <kbd class="ph userinput">127.0.0.1</kbd> * <kbd class="ph userinput">127.0.0.1</kbd> {#sc-for-self-hosted-instance-ensure-only-trusted-ip-addresses-are-allowed-to-connect-to-an-instance__ul_uhn_tyk_c3c} |
| Fallback value | * <kbd class="ph userinput">false</kbd> * <kbd class="ph userinput">false</kbd> * <kbd class="ph userinput">127.0.0.1</kbd> * <kbd class="ph userinput">127.0.0.1</kbd> {#sc-for-self-hosted-instance-ensure-only-trusted-ip-addresses-are-allowed-to-connect-to-an-instance__ul_z2x_xyk_c3c} |
| Category | [Architecture, design, and threat modeling](https://servicenow-prod.fluidtopics.net/GP7csKl7x_IoFFA7nE_oew "This broad control addresses high level design considerations and key elements to implement a secure application. This covers the tenants of availability, confidentiality processing integrity, non-repudiation and privacy. Additionally, elements of a secure software development lifecycle are included.") |
| Security risk | * Severity score: 4.3 * CVSS score: Medium * Security risk details: The default IP allow list for instances is geared towards allowing ServiceNow personnel and infrastructure access to an instance. If an instance is self-hosted, the default IP allow list increases the risk of unauthorized or non-essential access to the instance from IPs that should otherwise be blocked on self-hosted instances as these instance are generally not on the ServiceNow network. Setting the properties glide.ip.authenticate.allow.self_hosted_enabled and glide.ip.authenticate.allow.secured.self_hosted_enabled to <kbd class="ph userinput">true</kbd> ensures only those IP addresses the instance owner explicitly allows are able to access an instance. {#sc-for-self-hosted-instance-ensure-only-trusted-ip-addresses-are-allowed-to-connect-to-an-instance__ul_g1g_3sf_xwb} |
| Functional impact | If your instance is self-hosted, there should be no unexpected functional impact from any of these properties as the instance is not on the ServiceNow network, and therefore does not have access to those IP ranges on the default IP allow list. If the instance is not self-hosted, setting these properties may break functionality. |
| Dependencies and prerequisites | None |
[ ]

{#sc-for-self-hosted-instance-ensure-only-trusted-ip-addresses-are-allowed-to-connect-to-an-instance__table_ajc_b43_3kb}

