Tencent Cloud one-click deployment OpenClaw tutorial (2026 version)

โ„น๏ธ

Disclosure: This article may contain affiliate links. If you purchase through these links, we may earn a small commission at no additional cost to you. All reviews are independently written and opinions remain unbiased.Learn more โ†’

๐Ÿš€ Managed Cloud Hosting โ€” Try Cloudways for Free Trial(No Credit Card)! Get Started โ†’

๐Ÿ’ก Summary

  • Tencent Cloud Lighthouse supports official OpenClaw application images.
  • You can select the image during server purchase, and directly access the console once the instance starts โ€” no manual environment configuration required.
  • This article covers the complete one-click deployment process, which can be finished in 5 minutes.
๐Ÿ’ก
๐Ÿ’ก

Tencent Cloud โ€” Editor's Pick

Get the best price through our exclusive link and support our reviews.

Explore Tencent Cloud โ†’

Compared to manually installing Node.js, setting up the environment, and deploying everything step by step, Tencent Cloudโ€™s application image approach removes all that hassle. When you buy the server, you just pick the OpenClaw image โ€” once it boots up, the entire environment and software are already installed and ready to go. You jump straight into the console to configure it. For beginners, this is hands-down the fastest way to get started.

1. What you need before starting

Just three things: a Tencent Cloud account, a cloud server, and an API key for your AI model.

You can prepare the API key before buying the server. I recommend OpenRouter โ€” one key gives you access to over 400 models without signing up for each platform separately. Head to openrouter.ai, create an account, generate a key on the API Keys page, and keep it handy.

2. Purchase the server

Log into the Tencent Cloud console, go to Lighthouse Application Server, and click Create Instance.

SettingRecommended choice
Image typeApplication image
ImageOpenClaw
CPU / Memory2 cores 2GB (personal use) / 2 cores 4GB (stable operation)
RegionSingapore / Silicon Valley / Tokyo
Bandwidth3Mbps or above

For the region, choose Singapore, Silicon Valley, or Tokyo. These nodes give you low latency and reliable connections to overseas APIs like OpenAI, Claude, and OpenRouter, with almost no timeout risk. Domestic nodes tend to cause issues when calling overseas APIs, so theyโ€™re not ideal for this setup.

Pricing reference: 2-core 2GB usually runs around ยฅ30โ€“60/month; 2-core 4GB is roughly ยฅ60โ€“100/month. New users often get discounts.

Click Buy Now, complete payment, and the server usually activates in 1โ€“2 minutes. The public IP will show up in your instance list.

3. Access the OpenClaw console

Once the server is running, OpenClaw starts automatically โ€” no extra steps needed.

Open a browser and go to:

http://your_server_IP:18789

If the page doesnโ€™t load, check the firewall settings in the Tencent Cloud console.

4. Open the firewall port

In the Lighthouse console, go to Firewall settings and add an inbound rule:

Protocol: TCP
Port: 18789
Source: 0.0.0.0/0

Save the rule, then refresh the console address โ€” it should load normally.

5. Configure the AI model

In the OpenClaw backend, go to the model configuration page and fill in:

API Base URL: https://openrouter.ai/api/v1
API Key: your OpenRouter key
Default model: minimax/minimax-01

Itโ€™s smart to set a cost-effective entry-level model as the default โ€” use it for routine tasks and only switch to a more powerful one when you really need it. This keeps API costs under control.

After saving, click Test Connection to make sure the API is working.

6. Connect a messaging channel

OpenClaw supports Telegram, Feishu, DingTalk, and WeCom for receiving instructions and sending notifications. Using Telegram as an example:

Search for BotFather in Telegram and send /newbot. Follow the prompts to name your bot. Youโ€™ll get a token that looks like this:

1234567890:ABCdefGHIjklMNOpqrSTUvwxYZ

Go back to the OpenClaw backend, find Telegram in the channel settings, paste the token, and save. Then find your new bot and send /start โ€” you should get a reply confirming the connection works. From then on, you can send commands and get results directly from Telegram on your phone.

7. Confirm automatic restart

Application images are usually set to start on boot, but itโ€™s worth double-checking. Log into the server (either through the consoleโ€™s Login button or SSH) and run:

systemctl status openclaw

If you see active (running), everything is healthy and auto-start is already configured.

If the service isnโ€™t running, start and enable it manually:

systemctl start openclaw
systemctl enable openclaw

8. Common issues

If you canโ€™t reach the backend, check in this order: whether the firewall rule for port 18789 is open, whether the service is actually running (systemctl status openclaw), and whether youโ€™re using the correct IP.

If the service slows down or crashes after running for a while, itโ€™s usually because of insufficient memory. Add a swap file to relieve the pressure:

fallocate -l 2G /swapfile
chmod 600 /swapfile
mkswap /swapfile
swapon /swapfile
echo '/swapfile none swap sw 0 0' >> /etc/fstab

To update OpenClaw to the latest version:

npm update -g openclaw
systemctl restart openclaw

To view live logs for troubleshooting:

journalctl -u openclaw -f

Summary

The entire Tencent Cloud one-click deployment basically comes down to three steps: choose the OpenClaw application image when buying the server, open the firewall port, and configure the API key in the console. No command-line work is required, and you can have everything running in under five minutes. Pair it with OpenRouterโ€™s multi-model routing and youโ€™ve got one of the fastest and most cost-effective ways for users in China to get a 24/7 AI assistant up and running right now.

https://cloud.tencent.com/

๐Ÿš€

Ready for Tencent Cloud? Now is the perfect time

Use our exclusive link for the best price โ€” and help support our content.

โ† Previous
5 Real OpenClaw Automation Cases: What Can It Actually Do For You?
Next โ†’
Alibaba Cloud one-click deployment of OpenClaw complete tutorial (2026 latest version)

๐Ÿท๏ธ Related Keywords

๐Ÿ’ฌ Comments

150 characters left

No comments yet. Be the first!

โ† Back to Articles

VPS Rankings specializes in VPS selection, featuring provider reviews, rankings, practical tutorials, performance benchmarks and exclusive deals. Everything you need for research, comparison and purchase is available in one place.We cover budget web hosting and overseas cloud servers, enabling straightforward comparisons of specs, routing and pricing across providers. We also track CN2 GIA, low-latency Asian routes and other optimized solutions for China-facing networks and cross-border businesses. Our regularly updated VPS recommendations and practical guides help you make quick, well-informed decisions.