Using the web administration interface¶
GeoServer has a browser-based web administration interface application used to configure all aspects of GeoServer, from adding and publishing data to changing service settings.
The web admin interface is accessed via a web browser at:
http://<host>:<port>/geoserver
For a default installation on a server the link is:
http://localhost:8080/geoserver
When the application starts, it displays the Welcome page.
The welcome page provides links describing the web services used to access information.
To use copy and paste these links into a Desktop GIS, mobile or web mapping application.
Note
For more information, please see the Welcome section.
Logging In¶
In order to change any server settings or configure data, a user must first be authenticated.
Navigate to the upper right of the web interface to log into GeoServer. The default administration credentials are:
User name:
admin
Password:
geoserver
Note
These can be changed in the Security section.
Once logged in, the Welcome screen changes to show the available admin functions. These are primarily shown in the menus on the left side of the page.
Layer Preview¶
The Layer Preview page allows you to quickly view the output of published layers.
Click the Layer Preview link on the menu to go to this page.
From here, you can find the layer you’d like to preview and click a link for an output format. Click the OpenLayers link for a given layer and the view will display.
To sort a column alphabetically, click the column header.
Searching can be used to filter the number of items displayed. This is useful for working with data types that contain a large number of items. To search data type items, enter the search string in the search box and click Enter. GeoServer will search the data type for items that match your query, and display a list view showing the search results.
Note
Sorting and searching apply to all data configuration pages.
Note
For more information, please see the Layer Preview section.