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

# Install YunoHost

> Install YunoHost for easy self-hosting of web applications

YunoHost is a self-hosting platform that allows you to easily host your own services, such as email, file storage, and web applications.

<Info>
  **Prerequisites**

  * A VPS with OnetSolutions
  * A fresh Debian installation (recommended)
  * A domain name pointing to your VPS
</Info>

## Installation Steps

<Steps>
  <Step title="Update system packages">
    ```bash theme={null}
    sudo apt update
    ```
  </Step>

  <Step title="Install YunoHost">
    Run the YunoHost installation script:

    ```bash theme={null}
    curl https://install.yunohost.org | bash
    ```
  </Step>

  <Step title="Follow the prompts">
    The installer will guide you through:

    * Domain configuration
    * Admin password setup
    * Initial settings
  </Step>

  <Step title="Access the web interface">
    Once installed, access YunoHost at your configured domain to complete setup.
  </Step>
</Steps>

## Adding Applications

<Steps>
  <Step title="Log in to admin interface">
    Access your YunoHost admin panel.
  </Step>

  <Step title="Navigate to Apps">
    Go to the "Apps" section.
  </Step>

  <Step title="Install an app">
    Click "Install" next to the desired application and follow the configuration prompts.
  </Step>
</Steps>

## Managing DNS and Domains

<Steps>
  <Step title="Access Domains section">
    In the admin interface, navigate to "Domains".
  </Step>

  <Step title="Configure DNS">
    Add or manage domain settings, including:

    * DNS records
    * Subdomains
    * SSL certificates
  </Step>
</Steps>

## Available Applications

YunoHost supports hundreds of self-hosted applications:

<CardGroup cols={2}>
  <Card title="Nextcloud" icon="cloud">
    **File Storage & Collaboration**

    Store, sync and share files with powerful collaboration features.
  </Card>

  <Card title="WordPress" icon="wordpress">
    **Blog & CMS**

    The world's most popular content management system.
  </Card>

  <Card title="Gitea" icon="code-branch">
    **Git Hosting**

    Lightweight self-hosted Git service for code repositories.
  </Card>

  <Card title="Matrix/Synapse" icon="comments">
    **Secure Chat**

    Decentralized, end-to-end encrypted messaging platform.
  </Card>
</CardGroup>

<Tip>
  For the complete application catalog and support, visit the [YunoHost documentation](https://yunohost.org/docs).
</Tip>
