Skip to main content

How to use the FlowiseAI VPS template

Getting started with FlowiseAI VPS template on Hostinger

Updated yesterday

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 FlowiseAI" VPS template from Hostinger, FlowiseAI comes pre-installed, so you can start building AI-powered tools immediately.

Accessing FlowiseAI

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

https://[your-vps-hostname] 
FlowiseAI login screen

You will be prompted to log in. Use the username user and the password you set during the VPS template installation. After logging in, you can access the full FlowiseAI interface and create your custom flows.

Updating FlowiseAI

Keeping FlowiseAI updated ensures access to the latest features and security patches. To update FlowiseAI, 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, FlowiseAI will continue to run with your existing flows intact.

The "Ubuntu 24.04 with FlowiseAI" 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 FlowiseAI documentation.

Did this answer your question?