Interface basics¶
This section will introduce the basic concepts of the web administration interface (generally abbreviated to “web admin” .)
Welcome Page¶
For most installations, GeoServer will start a web server on localhost at port 8080, accessible at the following URL:
http://localhost:8080/geoserver/web
Note
This URL is dependent on your installation of GeoServer. When using the WAR installation, for example, the URL will be dependent on your container setup.
When correctly configured, a welcome page will open in your browser.
The welcome page contains links to various areas of the GeoServer configuration. The About GeoServer section in the Server menu provides external links to the GeoServer documentation, homepage, and bug tracker. The page also provides login access to the geoserver console. This security measure prevents unauthorized users from making changes to your GeoServer configuration. The default username and password is admin
and geoserver
. These can be changed only by editing the security/users.properties
file in the GeoServer Data Directory.
Regardless of authorization access, the web admin menu links to the Demo and Layer Preview portion of the console. The Demos page contains links to various information pages, while the Layer Preview page provides spatial data in various output formats.
When logged on, additional options will be presented.
Geoserver Web Coverage Service (WCS), Web Feature Service (WFS), and Web Map Service (WMS) configuration specifications can be accessed from this welcome page as well. For further information, please see the section on Services.
List Pages¶
Some web admin pages show list views of configuration data type items available in the GeoServer instance. The page displays links to the items, and where applicable their parent items as well. To facilitate working with large sets of items, list views allow sorting and searching across all items in the data type.
In the example below, the Layers page displays a list of layers along with links to their parent Stores and Workspaces.
Searching¶
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.