Skip to main content
All CollectionsVPSVPS OS and Templates
How to use the Appwrite VPS template
How to use the Appwrite VPS template

Getting started with the Appwrite VPS template at Hostinger

Updated over a week ago

Appwrite is an open-source backend-as-a-service (BaaS) platform that simplifies the development of web, mobile, and server-side applications. It provides pre-built APIs for managing databases, authentication, cloud functions, and more, enabling developers to focus on building features without worrying about backend infrastructure. Designed for scalability and security, Appwrite supports multiple platforms and programming languages.

If you don't have a VPS yet, check the available options here: VPS hosting 🚀

With Hostinger's Ubuntu 22.04 64bit with Appwrite VPS template, setting up Appwrite is streamlined, as it comes pre-installed.

Step 1 — Access Appwrite

Open a web browser and go to:

http://[your-vps-ip]

Replacing [your-vps-ip] with the actual IP address of your VPS.


Alternatively, you can access using your VPS hostname.

You will be directed to the login page. Once there, click on the Sign Up button to create a new account.

The Appwrite sign in page showing the button to sign up.


Enter your details to sign up. The account you create will serve as the root account for managing your Appwrite server.

Step 2 — Create a project

Right after signing up, you'll have the option to create your first project:

The Projects page in Appwrite showing the button to create a new project.

Enter a project name, add an optional custom ID, and click the Create Project button to proceed:

The window in Appwrite to create project by entering a project name.

After this, you'll be redirected to the project overview page, where you can continue setting up your project by connecting applications, setting up databases, storage, among other configurations.

After getting started with Appwrite, you’re now equipped to build, manage, and scale your applications with ease.

Additional resources

Did this answer your question?