Quickstart: 5-Minute Tutorial¶
Ready to start publishing data with GeoServer? This quick tutorial walks you through the entire process — from uploading your dataset to viewing it on a map.
Step 1: Upload Data¶
Before GeoServer can serve your data, it needs to be available in the File Browser.
-
In the GHS Dashboard, open your Product Details page and click Filebrowser.
-
Log in using the credentials provided on the Product Details page.
-
Double-click the geoserver_user_data folder to open it.
-
Click Upload in the top-right corner.
-
Choose Folder and upload the folder containing your shapefile.
Your data will now be available in the GeoServer Web Administration Interface.

Step 2: Create Workspace¶
A workspace is a container that groups related layers together — perfect for keeping projects organized.
-
In the GeoServer Homepage, go to Data → Workspaces.
-
Click Add New workspace.
-
Enter a Name and a Namespace URI.
-
Click Save.

Step 3: Add Data Store¶
A data store tells GeoServer how to connect to your dataset.
-
On the GeoServer Homepage, go to Data → Stores.
-
Click Add New Store.
-
Choose Shapefile from the list of data sources.
-
Select you Workspace and enter a Data Source Name.
-
Under Shapefile location, click Browse....
-
Navigate to /files/geoserver_user_data and select your .shp file.
-
Click Save.

Step 4: Publish Layer¶
With the store in place, it’s time to make your data available as a layer.
-
On the New Layer page, click Publish next to your layer name.
-
Fill in the Name and Title fields.
-
In Bounding Boxes, click Compute from data and then Compute from native bounds.
-
Click Apply to save without closing the page.
-
Open the Publishing tab.
-
Under WMS Settings, set the Default Style to your shapefile.
-
Click Save to publish the layer.

Step 5: Preview Layer¶
TNow let’s confirm your layer is working.
-
In Data → Layer Preview, find your layer.
-
In the Common Formats column, click OpenLayers.
-
A new tab will open, displaying your shapefile with the default style.

Next up: Learn how to navigate and use the GeoServer Dashboard, unlocking tools and features that make managing your spatial data faster and easier.