Creating a Data Store¶
Once your workspace is set up, the next step is to add a Data Store. A store acts as the bridge between GeoServer and your data — it tells GeoServer where the data is located, what format it’s in, and how to access it. Without a store, GeoServer won’t be able to publish or serve your spatial data.
Step 1: Access Creation Page¶
To begin creating a store, you’ll first need to navigate to the right section of the GeoServer interface:
-
Go to the GeoServer Web Administration Interface.
-
In the left-hand menu, under the Data section, click Stores.
-
Click Add New Store.
-
The New Data Source page will open.
-
From the list of Vector Data Sources, select Shapefile.

Step 2: Create Store¶
In this step, you’ll connect GeoServer to your shapefile by creating a new data store.
-
On the New Vector Data Source page, fill in the required details:
Field Value Workspace manual Data Source Name ne_coastlines Description Shapefile of Natural Earth Coastlines data -
Under Shapefile location, click Browse....
-
Navigate to /files/geoserver_user_data/Manual_Data_GeoServer/coastline/.
-
Select the ne_110m_coastline shapefile.
-
Click Save to create the data store.
You’ll be redirected to the New Layer page.

Next up: Discover how to publish your layer and preview it in GeoServer.