Skip to main content

How to use the Windmill VPS template

Getting started with Windmill VPS template on Hostinger

Updated today

Windmill is a fast, open-source workflow engine and developer platform. It's an alternative to the likes of Retool, Superblocks, n8n, Airflow, Prefect, Kestra and Temporal, designed to build comprehensive internal tools (endpoints, workflows, UIs). It supports coding in TypeScript, Python, Go, PHP, Bash, C#, SQL and Rust, or any Docker image, alongside intuitive low-code builders. With the "Ubuntu 24.04 with Windmill" VPS template from Hostinger, Windmill comes pre-installed, so you can start building workflow tools immediately.

Accessing Windmill

Once your VPS is deployed using this template, Windmill is ready to use out of the box. Open your web browser and navigate to:

https://[your-vps-hostname]

The first time, you'll be prompted to create an admin account and set up your windmill instance.

After logging in, you can access the Windmill interface and create your custom flows.

Updating Windmill

It's important to keep your Windmill version up to date. This ensures you get the latest features and fixes. Follow these steps in SSH to update Windmill:

# Change directory
cd /root/windmill/
# Pull latest version
docker compose pull
# Stop and remove older version
docker compose down
# Start the container
docker compose up -d


Hostinger's "Ubuntu 24.04 with Windmill" VPS templates let you quickly set up and manage workflow automation solutions.

Official website: https://www.windmill.dev/

Official documentation: https://www.windmill.dev/docs/intro

Did this answer your question?