Site access on Presslabs

Let us introduce you to your site’s access map. See how you can access your site’s files directly in our Managed Hosting Dashboard, e.g. your code repository, database and media files, along with secure wp-admin access.

There are multiple ways to access your site’s files and you’ll find each of them described below.

1. Gitea Access

We have designed a new, simple, and straightforward web app based on Gitea , allowing you to easily manage your site’s source code. Find out more in our Gitea tutorial .

To sign in, simply access https://git.presslabs.net/user/login and enter your Managed Hosting Dashboard credentials.

This link can be seen in our Managed Hosting Dashboard, on Sites -> Access -> Git.

Access your site's code in Gitea

From here you can easily get the clone URLs in order to clone your code locally:

  • HTTPS url: https://git.presslabs.net/<site_owner>/<instance_name>.git
  • SSH url: git@git.presslabs.net:<site_owner>/<instance_name>.git

2. Git Access

The recommended way for accessing your site’s code (themes, plugins, and the files from the root of your site) is by using Git .

To clone your code locally, you can get the Git clone URLs from our Gitea interface as shown above, or from the Access section of the Managed Hosting Dashboard:

Details for accessing your code via git on the Managed Hosting Dashboard

You have two options for cloning your code:

via HTTPS

This is the recommended way, as you can simply clone your source code using your Presslabs Dashbord credentials:

git clone https://git.presslabs.net/<site_owner>/<instance_name>

via SSH

To clone your code via SSH, you need to have the SSH key configured on your Managed Hosting Dashboard. Then you can simply clone your site without having to introduce your credentials every time:

git clone git@git.presslabs.net:<site_owner>/<instance_name>.git

3. wp-admin Access

Our support team has, by default, secured access to your site’s wp-admin. While the support account needs to have a password, which is randomly generated out of 64 characters, we don’t use a password to connect, but a secured token that is only active for a limited amount of time. If, for any reason, you don’t want to give access to our support team to your site’s wp-admin, you can drop us an email to support@presslabs.com . Please note that without wp-admin access, we might not be able to offer you a proper support.

4. Database Access

We’re not allowing direct DB access using phpMyAdmin, or other similar tools because of security reasons. Therefore, we recommend using the needed DB operations by following our development guidelines . If that’s not possible, please submit a support request and we’ll gladly help you out with those operations.

You can request a database snapshot from our Managed Hosting Dashboard, in the Snapshots section.

5. Media Files Access

To access the uploads folder, we recommend using the plugin File Manager , which allows you to easily manage your media files and folders.

Access your media files through the File Manager plugin

6. Collaborator Access

In case you need to give access to one or more developers to your site’s code, there are 2 alternatives:

  • You can add their public SSH Key in the SSH Keys menu from the Managed Hosting Dashboard. This way, they’ll be granted Git access to all the sites in your dashboard.
  • You can add them as collaborators to the site in question, either from the Managed Hosting Dashboard , or from the Gitea interface in the Collaboration section:

Give access to collaborators through Gitea

You can notice you already have a collaborator in your Gitea account, the Oxygen Bot, which we use to have access to your site’s code.

You can only add someone with a Managed Hosting Dashboard account. If you want to add a developer that does not have a such an account, you can send him an invitation via email, straight from our dashboard.

FAQs

I have a new developer on board, how can I give them access to a single site?

You can grant him access to a single site from the Collaborators section of the Managed Hosting Dashboard. Make sure you are on the right instance and simply add your new developer by introducing his username or email address, then select the developer role.

Do you offer SFTP access?

We no longer support SFTP access, read all about it here . We recommend you to use Git instead, along with our new Gitea interface.