Skip to main content

How to use the Flowise VPS template

Getting started with Flowise VPS template on Hostinger

Updated this week

FlowiseAI is an open-source visual tool that allows you to create and deploy LLM (Large Language Model) applications with a simple drag-and-drop interface. It is ideal for users who build AI workflows without writing extensive code. With the "Ubuntu 24.04 with Flowise" VPS template from Hostinger, Flowise comes pre-installed, so you can start building AI-powered tools immediately.

Accessing Flowise

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

https://[your-vps-hostname] 
Flowise account setup

You will be prompted to create a new user on your first visit. After logging in, you can access the full Flowise interface and create your custom flows.

Updating Flowise

Keeping Flowise updated ensures access to the latest features and security patches. To update Flowise, use the following commands from the browser-based terminal in hPanel or via SSH:

First, stop and remove the existing Docker container. Don’t worry—your workflows are preserved, as they are stored in a separate volume:

sudo docker compose stop
sudo docker compose rm

Then, pull the latest FlowiseAI Docker image:

docker pull flowiseai/flowise

Finally, restart the service:

docker compose up -d

After the update, Flowise will continue to run with your existing flows intact.

The "Ubuntu 24.04 with Flowise" VPS template makes launching a self-hosted visual development platform for LLM apps simple. With FlowiseAI pre-installed and accessible through a secure web interface, you can begin building AI workflows in minutes. For more details and documentation, visit the official Flowise documentation.

Did this answer your question?