Quick start
From creating an account to activating SSL.
Creating an account
Before you start, you'll need a Batlify account. Signing up takes a few minutes and doesn't require payment details - just a verified email address.
- Fill in the signup form with your name and email.
- Confirm your email address via the link sent to your inbox.
- Complete your profile and add billing details.
Connecting a domain
You can register a domain directly with us, or connect one you already own by pointing its DNS records at our servers.
Note
DNS changes can take up to 48 hours to propagate, though they're usually visible much sooner.
| Type | Name | Value |
|---|---|---|
| A | @ | 203.0.113.10 |
| CNAME | www | @ |
| TXT | @ | batlify-verify=... |
Uploading files
Upload files via SFTP, Git, or directly from the admin panel. For Git-based deploys, just connect your repository and pick a branch:
$ git remote add batlify [email protected]:your-project.git
$ git push batlify mainActivating SSL
Once your domain points at our servers, an SSL certificate is issued and renewed automatically - no further setup needed.
Tip
You can check certificate status anytime in the admin panel under "Domains & SSL".
Was this page helpful?
