# Quick Start Guide

The following walk-through guide describes the major steps for configuring and publishing a map with JMap Server Kathmandu.

Make sure JMap Server is running. If it was installed as a service on Windows, you must start it using the Windows Services window. Otherwise, it must be started using the executables in *JMAP\_HOME/bin* or using the shortcuts created during the installation on the server.

To open JMap Admin, you can use the shortcut that was created during the installation inside the installation home directory, on the server. You can also open a web browser and type a URL similar to <http://192.168.0.1:8080/jmapadmin>. The IP address and port number may vary depending on the installation environment and chosen parameters.

{% hint style="info" %}
Once JMap Admin is open, you will be prompted for a username and password. The default login after the installation is username “**administrator**” and the password field is empty.
{% endhint %}

In JMap Admin, you will need to follow the steps below in order to publish map data.

<figure><img src="/files/Cg8xvVUSozFVW5v50ZU1" alt=""><figcaption></figcaption></figure>

**Step 1 - Creating spatial data sources**

This step requires that you define your spatial data sources. These can be GIS files, spatial data servers, satellite images, etc. When doing so, you indicate to JMap where to read your data from.

See section [Creating Spatial Data Sources](/e/administrator/jmap-server-administrator-manual/resources-spatial-data/creating-spatial-data-sources.md) for more information.

**Step 2 - Creating a project**

A project in JMap contains map layer definitions data along with parameters regarding access controls (security), queries, units, etc. By creating a project, you define what information your map will contain and what it will look like.

See section [Creating Projects](/e/administrator/jmap-server-administrator-manual/resources-projects/creating-projects.md) for more information.

**Step 3 - Creating layers in the project**

At this step, you create the map layers for your new project. Each map layer is associated with a spatial data source. For each layer, you must define the style (how the layer elements will be drawn), labels, thematics, etc. You can also define access control on a layer by layer basis.

See section [Creating Layers](/e/administrator/jmap-server-administrator-manual/resources-layers/creating-layers.md) for more information.

**Step 4 - Diffusing the project to the end users**

This is the last step. Here you publish your project using whatever type of app you want. Each type of application offers different levels of functionality. There are desktop and web applications, applications that deploy and applications that connect to JMap’s Web API. Once your project becomes accessible to users, they can use it to navigate the data on your map.

See section [JMap Server Applications](/e/administrator/jmap-server-administrator-manual/jmap-server-applications.md) for more information.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs-jmapserver-lima.k2geospatial.com/e/administrator/jmap-server-administrator-manual/introduction/quick-start-guide.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
