Choose the workload
Decide whether the VPS hosts only your application or also a database, document index, worker queue, or local model.

AI Application Publishing Centre
Your VPS runs the Node.js experience, business logic, and integrations. A connected AI provider runs the model. Configure security, deployment, backups, and monitoring around that clear division.
Before deployment
Decide whether the VPS hosts only your application or also a database, document index, worker queue, or local model.
Select Linux and Plesk Web Host Edition, enable Node.js for the domain, then choose a currently supported runtime.
Use SSH keys, least-privilege users, environment variables, HTTPS, firewall rules, updates, and rate limits.
Set the application root and start command, test a health endpoint, enable restarts, monitor resources, and verify backups.
Choose your setup guide
Host the Node.js interface and business logic on your VPS, while a specialized external AI provider performs model inference.
Retrieve approved documents or database entries before asking the AI service to answer, so responses stay closer to your own material.
Use webhooks and a job queue for classification, summaries, drafting, and other tasks that do not need to finish inside one page request.
Running model weights on the VPS is not the same as hosting an API-connected app. Useful local models can need much more RAM and often benefit from GPU hardware.
Production checkpoint
The 2 vCPU / 4 GB VPS is the recommended entry configuration for publishing a small API-powered AI application. Move to 8 GB or higher when the server also carries indexing, databases, multiple applications, or sustained background processing.
Configure the 2 vCPU / 4 GB starter ↗