App Platform FAQ
Here you will find the answers to the most frequently asked questions about Hostman App Platform.
I have connected my GitHub, Gitlab or Bitbucket account but Hostman doesn't see the repository I need. What can I do? Copy link
This usually happens in two cases:
-
You logged in to your GitHub, Gitlab, or Bitbucket account in the Hostman panel before you added the repository.
-
You have authorized only certain repositories, not all of them, and the desired repository is not selected.
To fix the problem:
-
Click Add account.
-
Select the platform.
-
Log in, if necessary.
-
Select the repository and click Save.
Now, the Hostman panel will show your connected repositories and you can select the one you need.
How to delete a connected repository? Copy link
You can unlink any repository added to your Hostman account.
- Go to the App Platform section and click Create.
- Click on the drop-down list of repositories and click Delete for the one you need.
- In the next window, confirm the action.
I have a self-hosted Git repository. How do I connect it to the Hostman App Platform? Copy link
At the moment, Hostman only supports repositories hosted directly on GitHub, GitLab, or Bitbucket. Unfortunately, it is not possible to deploy an application from a local (self-hosted) repository using our App Platform.
Can I access the application via FTP? Copy link
The application is running inside a Docker container and it is impossible to get FTP access to it. Besides, it doesn't make sense: every new deployment will delete all files.
You should upload the app files to the project repository, then the App Platform service will automatically upload them at the time of deployment.
Can I access the application via SSH? Copy link
For backend applications and applications deployed via Dockerfile, you can access the container with your application using the Console tab in the control panel.
How do I change the Node.js version in the container deployment environment? Which version do you use? Copy link
Available versions are 20, 22, and 24. You can select the Node.js version when creating a new app.
What version of Python are you using? How can I change it? Copy link
The App Platform uses Python versions 3.10, 3.11, 3.12, 3.13, and 3.14 You can select the Python version when creating a new app.
How do I link my domain to the application? Copy link
Please use this guide.
How can I manage storage (disk) on the application instance? Copy link
There is no such possibility. You need to use an external storage for data, for example, S3 or any other. It is also impossible to mount anything to the application instance over the network. You can send files via API or a protocol that does not involve mounting a network file system.