> For the complete documentation index, see [llms.txt](https://docs.pentaho.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pentaho.com/install/pentaho-installation-overview-cp/archive-installation/step-3-start-pentaho-server-and-install-licenses-and-client-tools.md).

# Step 3: Start Pentaho Server and install licenses and client tools

The Pentaho Server is located on the Pentaho-provided Tomcat web application server.

The way you start the Pentaho Server depends on your operating system.

1. Navigate to the `<your pentaho directory>/server/pentaho-server` folder.
2. Run the startup script for your operating system:

   * Windows: `start-pentaho.bat`
   * Linux: `start-pentaho.sh`

   The Tomcat web application server and the Pentaho Server start.
3. From a workstation, open a web browser and enter `http://localhost:8080/pentaho` in the address bar.

   If your server has a different hostname or port, replace `localhost` or `8080`.
4. Enter your user name and password, then select **Login**.

   The Pentaho User Console (PUC) opens.

   Upon first login after installation, enter a license server code or individual license keys.

See the [Administer Pentaho Data Integration and Analytics](https://docs.pentaho.com/pdia-admin/) document for license setup and optional Operations Mart logging.

If you have problems starting the Pentaho Server, see [Troubleshooting possible installation and upgrade issues](/install/pentaho-installation-overview-cp/installation-and-upgrade-issues.md).

### Install client tools

After you install and start the Pentaho Server, install the Pentaho client tools on separate workstations.

* [Install Business Analytics design tools](/install/pentaho-installation-overview-cp/installation-of-the-pentaho-design-tools.md#install-business-analytics-design-tools)
* [Install PDI client, utilities, and plugins](/install/pentaho-installation-overview-cp/installation-of-the-pentaho-design-tools.md#install-pdi-client-utilities-and-plugins)

After you install the server and client tools, configure access, licenses, and data sources, see [Pentaho configuration](/install/pentaho-configuration.md).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.pentaho.com/install/pentaho-installation-overview-cp/archive-installation/step-3-start-pentaho-server-and-install-licenses-and-client-tools.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
