Preflight Checklist

This quickstart walks through common configuration steps before sharing your GeoServer publicly.

Note

This tutorial assumes that GeoServer is running at http://localhost:8080/geoserver.

Reference:

Security

There are several warnings shown when we first start up GeoServer and login as admin:

  1. Change the default login from admin/geoserver.

    ../../_images/admin-password-warning.png

    Default admin password warning

    Click on the change it to open Edit user for the admin user. You may also reach this screen by navigate to Security > Users, Groups, and Roles. Changing the the Users/Groups tag, and selecting the admin user.

    ../../_images/admin-password.png

    Change Master Password

    User this screen to change the admin user password from the default:

    User name

    admin

    Password

    (make up a new password)

    Confirm password:

    (confirm new password)

  1. Change master password:

    ../../_images/master-password-warning.png

    Master password warning

    Click on the change it to open Change Master Password. You may also reach this screen by navigate to Security > Passwords, and pressing Change password.

    ../../_images/master-password.png

    Change Master Password

    Use this screen to change the master or keystore password.

    Current password

    geoserver

    New password

    (make up a new password)

    Confirmation:

    (confirm new password)

    If you do not know the current password, navigate to Security > Passwords and there is an option to recover the password (either to a local file or via REST API).

    For more information see Keystore password.

    Note

    What is the keystore password or master password?

Global Settings

  1. By default GeoServer logs provide a record of every interaction.

    This is useful when initially configuring GeoServer, however once you are comfortable everything is working correctly you can configure GeoServer to only record warnings and errors.

    Navigate to Settings > Global. Locate the heading Internal Settings and adjust Logging profile to PRODUCTION_LOGGING.

    ../../_images/logging-profile.png

    PRODUCTION_LOGGING profile

    For more information see Logging Profile.

Contact Information

  1. Navigate to About & Status > Contact Information.

    • Filling in this information is shown initial Welcome page.

    • This informaiton is included in web service description information.

    • Contact information may be provided for each workspace.

    For more information Contact Information.