---
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


---

# Make UI pages public or private

# Make UI pages public or private {#ariaid-title1}

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

You can make pages public if you want your users to see the pages without logging
in.

## Vorbereitungen

Role required: admin

## Warum und wann dieser Vorgang ausgeführt wird

Most pages are only viewable by logged in users. A limited number of pages are public so that users do not have to log in to view them, such as the welcome page, the front page, and the login and logout pages.  
Warnung:  
Several base system public pages are required for the functionality of many features. Do not disable base system public pages.

## Prozedur

1. In the application navigator filter, type <kbd class="ph userinput">sys_public.list</kbd>.
2. Click New.
3. In the sys_public table, create a record with the following values.  
   {#t_MakeAPagePublic__table_mdf_nqj_kz__entry__2}

   | Field | Description |
   |-|-|
   | Page | The name of the page. For example: $sp |
   | Active | When selected, the page is publicly accessible. Deselect the Active option when you want the page to be private. |
   [ ]

   {#t_MakeAPagePublic__table_mdf_nqj_kz}
4. Click Save.  
   By setting active to true, the page is public, so anyone visiting `<instance_name>/sp` or `<instance_name>/$sp.do` can access the page.

