PocketHost 3.0 is coming. SFTP replaces FTPS, Flounder lifetime goes away, and pricing is changing. Get ready
Welcome to PocketHost! This guide will help you set up your first PocketBase instance and get you familiar with the basics of our platform. Let’s dive in!
The first step is to create a free account on PocketHost.
For detailed instructions, see Account Creation.
After logging in, you can create a new PocketBase instance.
Note: Instance names must be unique and comply with our naming guidelines.
Learn more in Choosing an Instance Name.
Once your instance is created, you can access the PocketBase admin UI.
https://<instance>.pockethost.io/_ <instance> with your instance name.Example:
https://myapp.pockethost.io/_ For more details, visit Accessing the Admin Interface.
PocketHost provides a user-friendly dashboard to manage your instances.
See Using the PocketHost Dashboard for an in-depth guide.
For hooks, migrations, and backups, use SFTP with an Ed25519 SSH key.
ssh-keygen -t ed25519 and register the public key under Account → Keys.ftp.pockethost.io on port 2222 with your email as the username and your private key.Legacy FTPS on port 21 is deprecated. See SFTP File Access for macOS, Windows, Linux, and client-specific instructions.
For watch-and-deploy from your project directory, use phio (phio link, phio dev, phio deploy).
Next Steps:
Now that you’re set up, you can start building your application!
Happy building with PocketHost!