Deploy OpenClaw on a VPS in one click | INTROSERV
EUR
european

EUR

usa

USD

English En
Ex. VAT Ex. VAT 0%

Deploy OpenClaw in one click

Your own AI assistant, always on

OpenClaw is an open-source personal AI assistant that runs on your own machine and meets you in the chat apps you already use.

  • Runs shell commands and edits files Runs shell commands and edits files Runs shell commands and edits files
  • Persistent memory and workspace Persistent memory and workspace Persistent memory and workspace
  • Cron jobs and background tasks Cron jobs and background tasks Cron jobs and background tasks
  • Skills, plugins, and MCP servers Skills, plugins, and MCP servers Skills, plugins, and MCP servers
  • Works with any model provider Works with any model provider Works with any model provider
  • Meets you in WhatsApp, Telegram, Discord Meets you in WhatsApp, Telegram, Discord Meets you in WhatsApp, Telegram, Discord
Deploy OpenClaw Now
Deploy OpenClaw in one click
Installs with<br>your VPS Installs with<br>your VPS Installs with
your VPS
Full root<br>access Full root<br>access Full root
access
One-command<br>onboarding One-command<br>onboarding One-command
onboarding
Access over<br>SSH tunnel Access over<br>SSH tunnel Access over
SSH tunnel

Key features

One gateway, every chat

The Gateway owns sessions, tools, and channel connections, so Telegram, WhatsApp, Slack, Discord, Signal, Matrix, and more all reach the same assistant with the same context.

Real actions on the host

Built-in exec, process, file read/write, and patch tools let the agent do work on the server instead of only describing it.

Portable state and backups

Config, credentials, sessions, and the agent workspace all live under ~/.openclaw/, and openclaw backup create --verify produces a portable archive you can restore on any host.

Scheduled and proactive work

Cron automations, background tasks, heartbeats, hooks, and standing orders let the assistant act on a schedule or react to events without a prompt.

Skills, plugins, and MCP

SKILL.md instruction packs teach repeatable workflows, plugins add tools, channels, and providers from ClawHub or npm, and MCP servers plug in external systems.

Any model, your keys

Anthropic, OpenAI, Google, OpenRouter, Groq, Mistral, DeepSeek, and dozens more hosted providers – switch at any time with one config change.

System requirements

View All VPS Options

Minimum

From €5/month
1 vCore 2GB RAM 20GB NVMe
- One channel, light chat sessions
- Below the 2GB line the Gateway needs swap

Deploy Now

Recommended

From €9/month
2 vCore 4GB RAM 40GB NVMe
- Two to three channels, regular tool use
- Comfortable headroom for a single always-on operator
Deploy Now

Advanced

From €17/month
4 vCore 8GB RAM 80GB NVMe
- Sub-agents, media handling, heavier exec jobs
- Room for plugin-heavy setups and larger workspaces
Deploy Now

Maximum

From €31/month
8 vCore 16GB RAM 120GB NVMe
- Many channels, parallel sessions, long-running background jobs
- Workspace, artifacts, and session history keep growing
Deploy Now

Get started in 4 easy steps


  • 1

    Select a VPS plan

    Choose the virtual server resources and performance tiers that fit your project requirements.

  • 2

    Pick your application

    Browse our marketplace during VPS setup and select the self-hosted software you want to deploy.

  • 3

    Complete the payment

    Pay the standard virtual server invoice – the 1-click deployment tool itself is fully complimentary.

  • 4

    Complete and access

    Your server provisions and automatically installs the software. Once the setup process finishes, your new environment is fully ready for you to connect and use.

Deployment details

 Application  Application

Application

OpenClaw – installed from the official install-cli.sh script

  • Tracks the current release; no version is pinned at deploy time
  • Installed under /opt/openclaw with its own pinned Node runtim

 Operating system  Operating system

Operating system

Ubuntu 24.04 LTS – clean minimal install

  • Native installation, no containers
  • Full root access over SSH

 First-run onboarding  First-run onboarding

First-run onboarding

One command configures the assistant and turns it into a service

  • openclaw onboard --install-daemon sets up provider, channels, and workspace, and installs the Gateway service
  • openclaw doctor and openclaw health for diagnostics

 Access model  Access model

Access model

No reverse proxy and no public web port

  • Dashboard token: grep -A3 '"auth"' ~/.openclaw/openclaw.json
  • Tunnel from your PC: ssh -N -L 18789:127.0.0.1:18789 root@<server-ip>, then open http://localhost:18789/

 Models and credentials  Models and credentials

Models and credentials

Model access is yours to configure

  • Pick a provider during onboarding; switch anytime with openclaw models set
  • All config and credentials live under ~/.openclaw/

 Software licensing  Software licensing

Software licensing

MIT – open-source, no license fees

Why deploy on INTROSERV

  • NVMe storage NVMe storage
    NVMe storage

    Every VPS runs on NVMe drives – fast I/O for databases, metrics, and busy workloads.

  • Locations in Europe and the US Locations in Europe and the US
    Locations in Europe and the US

    Deploy close to your infrastructure and users – lower latency, regional compliance.

  • Unmetered traffic Unmetered traffic
    Unmetered traffic

    No bandwidth caps and no overage bills – your monthly price stays predictable.

  • IPv4 and IPv6 included IPv4 and IPv6 included
    IPv4 and IPv6 included

    A dedicated IPv4 address plus native IPv6 with every server.

  • 24/7 human support 24/7 human support
    24/7 human support

    Engineers on duty around the clock – real answers, not ticket bots.

  • Scale anytime Scale anytime
    Scale anytime

    Upgrade CPU, RAM, or storage as your workload grows – without migrating.

Terms and support boundaries

Infrastructure and support limits

Our company provides the Virtual Private Server infrastructure and the automation script for initial deployment. While we guarantee the availability and performance of your hardware and network, our technical support exclusively covers infrastructure-related issues – such as server connectivity, hardware stability, and billing. Assistance with application-specific configuration, software bugs, or user management is the responsibility of the server administrator or software maintainers.

Software licensing and compliance

All marketplace tools deploy standard versions of third-party software products and are provided "as-is" with no modifications to their original code. While the core of many available applications is open-source, using proprietary features or advanced enterprise tiers in production environments may be subject to the vendor's specific licensing terms. Users must manage and acquire any required commercial subscriptions directly from the software developers.

FAQ

  • Do I need to pay for OpenClaw?

    No. OpenClaw is released under the MIT license by the OpenClaw Foundation – no seat limits, no feature gates, no paid tier. What you do pay for separately is model access: an API key or subscription from Anthropic, OpenAI, Google, or whichever provider you point it at.

  • How do I reach the assistant after deployment?

    Four steps, all shown again on the server after install. Connect over SSH and run openclaw onboard --install-daemon – it configures your model provider and channels and starts the Gateway as a service. Grab the dashboard token with grep -A3 '"auth"' ~/.openclaw/openclaw.json, open a tunnel from your PC with ssh -N -L 18789:127.0.0.1:18789 root@<your-server-ip>, and browse to http://localhost:18789/.

  • Why is there no domain and HTTPS certificate?

    Because the safest default for an agent that can run commands on your server is to not be on the public internet at all. Loopback plus an SSH tunnel needs no certificate and exposes no web port. If you later want a stable URL, the project documents Tailscale Serve and identity-aware proxy setups, both of which require Gateway auth to be configured first.

  • Which model should I run it on?

    A hosted provider is the practical answer on a VPS. There is no GPU on these plans, so local inference through Ollama or llama.cpp will be slow or will not fit in RAM at all. Configure a provider key during onboarding and switch models later with openclaw models set <provider/model>.

  • Can I move an existing OpenClaw installation here?

    Yes. Run openclaw backup create --verify on the old host, copy the archive over, and restore it with openclaw backup restore <archive.tar.gz> --target <fresh-directory>, then activate it while the Gateway is stopped. Ratcheting channel credentials – WhatsApp in particular – can desynchronize on restore and may need relinking.

  • How are updates handled?

    Run openclaw update: it detects the install type, fetches the release, runs doctor, and restarts the Gateway. The auto-updater is off by default, so nothing changes behind your back until you enable it or switch channels in the Control UI under Settings → Updates.

  • How do I keep it safe if it can run commands?

    Treat every inbound message as untrusted. OpenClaw pairs unknown DM senders before they can talk to the agent, tool policy controls which tools the model even sees, and exec approvals gate host commands. For anything beyond a single operator, read the project's security and sandboxing guides before connecting more channels.

  • What if I outgrow my configuration?

    Upgrade CPU, RAM, or storage on the same VPS – no reinstall needed, all data and settings stay in place. A good signal it's time: you've added more channels or automations and the assistant starts responding slower or running out of memory.

All product names, logos, trademarks, and registered trademarks mentioned on this website are the property of their respective owners. They are used for identification and reference purposes only and do not imply any affiliation, sponsorship, or endorsement by INTROSERV, nor by the respective trademark owners.

processor processor
Ready to deploy? Ready to deploy?

Ready to deploy?

Pick a virtual server configuration and your application goes live with it – automatically, in minutes.

cunsoultant

Not sure what fits?

Our engineers will help you match the application to the right server configuration – sizing, locations, and setup questions included.

VAT

  • Other

    Ex. VAT

    0%
  • austria

    Austria

    20%
  • Belgium

    Belgium

    21%
  • Bulgaria

    Bulgaria

    20%
  • Croatia

    Croatia

    25%
  • Cyprus

    Cyprus

    19%
  • Czech Republic

    Czech Republic

    21%
  • Denmark

    Denmark

    25%
  • Estonia

    Estonia

    22%
  • France

    France

    20%
  • Finland

    Finland

    24%
  • Germany

    Germany

    19%
  • Greece

    Greece

    24%
  • Hungary

    Hungary

    27%
  • Ireland

    Ireland

    23%
  • Italy

    Italy

    22%
  • Latvia

    Latvia

    21%
  • Lithuania

    Lithuania

    21%
  • Luxembourg

    Luxembourg

    17%
  • Malta

    Malta

    18%
  • Netherlands

    Netherlands

    21%
  • Poland

    Poland

    23%
  • Portugal

    Portugal

    23%
  • Romania

    Romania

    19%
  • Slovakia

    Slovakia

    20%
  • Slovenia

    Slovenia

    22%
  • Spain

    Spain

    21%
  • Sweden

    Sweden

    25%
  • USA

    USA

    0%
european
states
  • germany
  • Español
  • Italiano
  • Poland
  • Русский
  • Slovenski
  • Türkçe
  • ukraine
  • kingdom
  • French
  • Hrvatska
  • Other
  • Austria
  • Belgium
  • Bulgaria
  • Croatia
  • Cyprus
  • Czech Republic
  • Denmark
  • Estonia
  • Finland
  • France
  • Germany
  • Greece
  • Hungary
  • Ireland
  • Italy
  • Latvia
  • Lithuania
  • Luxembourg
  • Malta
  • Netherlands
  • Poland
  • Portugal
  • Romania
  • Slovakia
  • Slovenia
  • Spain
  • Sweden
  • USA

Request information from the manager

Please provide your contact information, the manager will send you detailed information on the selected tariff.

mail mail

Thank you for your request

Manager will contact you as soon as possible.

I've hosted an average of 8-10 domains with INTROSERV since May 2004. Their pricing attracted me at first, but it could only have been the quality of customer support that has retained me for this length of time. My IT knowledge level is best described as dangerous. I am confident that I have created more than my share of "situations." Yet the guys and gals at INTROSERV have patiently and determinedly handled my problems and resolved all issues on a continuing basis. If you're looking for web hosting, things are going to go wrong wherever you go. That's just the nature of humans and our technology. You had better go with an outfit that can resolve your problems in a timely and professional manner. INTROSERV just did that for me again, prompting me to write this long overdue recommendation