All Collections
Files Management
SSH Connection and SSH Keys
How to Open the Website’s Root Directory via SSH
How to Open the Website’s Root Directory via SSH

Locating and reaching the root directory of your website using SSH

Updated over a week ago

The root directory where your website's files are located. By default, the root folder of your website is public_html.

To reach the root directory of your website using SSH, follow these steps:

Once there, run the following command:

cd /home/u123456789/domains/domain.tld/public_html

Replacing /home/u123456789/domains/domain.tld/public_html with the value of the root folder path which you copied.

That's it! You can start working with your website files.

Did this answer your question?