# SSH Access

**This is a feature for power users and support only.**&#x20;

You should not need it as most common actions are build into the launchpal interface.

⚠️ IMPORTANT: Your webfiles are located in `/var/www/user/` on your project server.

## How to access your project via SSH

Its simple as it could be. Assuming your familiar with SSH, just go to the project details screen and click on the `Access` section.

This shows you the info you need.

The SSH command is listed, so just copy and paste. The password is hidden and you will need to click to show it, after which you can select & copy it.

![](/files/-MHqIiEzmtwA3gu1mrU0)

## How to disable SSH access

If your security minded and don't like SSH access to be available when you don't need it - then you can easily disable it in the interface by clicking the toggle switch on the right.


---

# 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://help.launchpal.com/getting-started/ssh-access.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.
