> ## Documentation Index
> Fetch the complete documentation index at: https://citodocs.prostack.host/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> Welcome to the Cito documentation site

Here you'll find resources and information on how to manage your Cito server.

## About Cito

Prostack Cito is our tuned and tailored platform for running demanding PHP and NodeJS applications. Designed for simplicity, Cito allows you to create and manage your websites with ease.

For a general overview of Cito's features and support, please visit the main website [here.](https://prostack.uk/prostack-cito/)

Under the hood, Cito runs Debian, Nginx, MariaDB and PHP-FPM. This site provides instructions on how to use both the Cito dashboard and the CLI tools.

## Logging in

To log in, visit [https://cito.prostack.uk](https://cito.prostack.uk). You will be prompted to authenticate with the Prostack Portal- this is the same as logging into the Client Area.

<Card title="Log into Cito" icon="right-to-bracket" href="https://cito.prostack.uk" />

Upon logging in, you'll see the Cito homepage, which gives you an overview of your server's statistics and health. You can also select recently-modified sites.

<img src="https://mintcdn.com/prostackhosting/mdYxEEoAStQaBUbz/images/screenshots/home-overview.png?fit=max&auto=format&n=mdYxEEoAStQaBUbz&q=85&s=b07143f39fe7064d8296f5d0ee36fded" alt="Cito Homepage" width="2518" height="1232" data-path="images/screenshots/home-overview.png" />

## SSH & SFTP Access

For SSH and SFTP access, you can add SSH keys to individual sites via [SSH](/deploying/ssh).

If you have not yet generated SSH keys, you can follow our guide [here](/getting-started/ssh-keys). Once a key has been added to a site, you can use it to authenticate using your Terminal or an SFTP client such as Filezilla.

## User structure

Each Cito site has it's own system user and home directory. This is generally relative to `/home`.

When working on individual sites, you should switch to that user using `sudo su - <username>`. You can also SSH in directly as a user.

**Deployments that use CI systems should ensure they log in as the site user, not `admin`. This is to avoid any permissions issues during deployment.**

## Installed utilities & developer tools

The usual developer tools are pre-installed: composer, git, along with common system administration utilities such as htop and curl.

We also support:

* Opensearch
* Redis
* WP-CLI

If you need anything else, Support will be happy to assist.

## Feedback

The Cito [Feedback site](https://feedback.cito.prostack.uk/) allows users to submit and vote on feature requests and ideas.
