{"id":890,"date":"2026-01-31T13:32:36","date_gmt":"2026-01-31T05:32:36","guid":{"rendered":"https:\/\/www.ddosgj.com\/?p=890"},"modified":"2026-01-31T13:32:36","modified_gmt":"2026-01-31T05:32:36","slug":"moltbot-newbie-installation-tutorial-vps-buy-installation-security-configuration-practical-experience-full","status":"publish","type":"post","link":"https:\/\/www.ddosgj.com\/en\/890-html","title":{"rendered":"Moltbot Newbie Installation Tutorial, VPS Purchase-Installation-Security-Configuration-Experience All Processes"},"content":{"rendered":"<h2>What is Moltbot?<\/h2>\n<p>Recently this big lobster fire out of the circle, Tencent cloud, Ali cloud, AWS and other 9 cloud vendors on January 28 synchronized on-line after the one-key deployment service, the operation threshold down to 3 minutes. Within 12 hours of going online, Tencent Cloud mirror downloads reached 42,000 times, and Ali Cloud instance usage exceeded 36,000, triggering a boom in the industry.<\/p>\n<p>Moltbot (formerly known as Clawdbot, renamed due to copyright infringement) is a personal AI assistant that can run locally or on a VPS. Its core capability is to connect to browsers and multiple messaging platforms such as WhatsApp \/ TG \/ Discord \/ Flybook through the WebSocket Gateway architecture.<\/p>\n<p>Simply put, it allows you to use Claude \/ GPT AI models in any of the above chat programs. It's like a very simple and easy to use Claude Code, but much more powerful. Moltbot is like a very powerful AI assistant, you just need to tell him what to do in the chat software, and he will work directly on the computer. As long as the computer is constantly powered, it can be online 24 hours a day, all year round, really - cow horse.<\/p>\n<p>Note: Moltbot is very powerful, but it has just been launched and is not yet a full month old, so there are still a lot of problems and it is not recommended to deploy it on your main computer.<\/p>\n<section><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-893\" src=\"https:\/\/www.ddosgj.com\/wp-content\/uploads\/2026\/01\/ScreenShot_2026-01-31_133021_618.png\" alt=\"\" width=\"615\" height=\"337\" \/><\/section>\n<h2>Deployment Options: Mac mini VS VPS<\/h2>\n<h3>\u00a7<span class=\"\">Mac mini<\/span><\/h3>\n<p>Mac mini is all hyped up lately, and you have to configure a keyboard, mouse, and monitor, so that does add up to a lot of money. For those who want to use it for a long time, you need to have a fixed IP at home or be willing to toss in an intranet penetration, otherwise you won't even be able to connect to a Mac mini on the outside.<\/p>\n<h3>\u00a7VPS cloud servers<\/h3>\n<p>The advantage of VPS is that it can be opened and closed at the same time, online for a long time, randomly tossed, the cost of trial and error is low, and it can be destroyed and rebuilt at any time. The disadvantage is that there is no graphical interface, some things are very troublesome to debug. In order to quickly get started, here we take VPS as an example.<\/p>\n<h4>Step 1: Purchase a VPS<\/h4>\n<p>Based on official Moltbot advice:<\/p>\n<ul class=\"list-paddingleft-1\">\n<li>CPU: 2 vCPU<\/li>\n<li>Memory: 2 GB<\/li>\n<li>Storage: 20 GB SSD (enough)<\/li>\n<li>System: Ubuntu 22.04 LTS \/ Debian 12<\/li>\n<\/ul>\n<h5>Things to do after purchase<\/h5>\n<ol class=\"list-paddingleft-1\">\n<li>Write down the server IP<\/li>\n<li>Connect with SSH: ssh root@your IP<\/li>\n<li>Update system: apt update &amp;&amp; apt upgrade -y<\/li>\n<\/ol>\n<h4>Step 2: Install Moltbot<\/h4>\n<p>It is highly recommended to read the entire article before installing, at least the security piece, as the security policy will affect how you install.<\/p>\n<p>One-click install (recommended, macOS and Linux supported) command:<\/p>\n<p>curl -fsSL https:\/\/clawd.bot\/install.sh | bash<\/p>\n<p>This script does it automatically:<\/p>\n<ul class=\"list-paddingleft-1\">\n<li>Testing system environment<\/li>\n<li>Install the necessary dependencies<\/li>\n<li>Download Moltbot<\/li>\n<li>Starting the onboarding process<\/li>\n<\/ul>\n<figure><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-895\" src=\"https:\/\/www.ddosgj.com\/wp-content\/uploads\/2026\/01\/ScreenShot_2026-01-31_133032_460.png\" alt=\"\" width=\"650\" height=\"735\" \/><\/figure>\n<h5>Key configurations during installation<\/h5>\n<p>onboarding will ask you a few questions:<\/p>\n<ol class=\"list-paddingleft-1\">\n<li>Gateway Port: Default 18789, generally do not need to change it.<\/li>\n<li>Model\/Auth Provider: Select AI Provider<\/li>\n<\/ol>\n<ul class=\"list-paddingleft-1\">\n<li>Anthropic - directly using the Claude API<\/li>\n<li>OpenAI - using the GPT family<\/li>\n<li>Google - with <span class=\"\">Gemini<\/span><\/li>\n<\/ul>\n<h4>Step 3: Configure the messaging platform<\/h4>\n<p>After the installation is complete, configure the chat platform you want to access, just choose the one you are familiar with or want to access, here is Discord as an example.<\/p>\n<figure><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-894\" src=\"https:\/\/www.ddosgj.com\/wp-content\/uploads\/2026\/01\/ScreenShot_2026-01-31_133041_348.png\" alt=\"\" width=\"648\" height=\"843\" \/><\/figure>\n<h5>1. Creation <span class=\"\">Discord Bot<\/span><\/h5>\n<ul class=\"list-paddingleft-1\">\n<li>Open Discord Developer Portal<\/li>\n<li>Click New Application \u2192 Enter name \u2192 Create<\/li>\n<li>Left menu tap Bot \u2192 Add Bot \u2192 Yes, do it!<\/li>\n<li>Click Reset Token to copy the Bot Token (it will only be displayed once, remember to save it)<\/li>\n<\/ul>\n<h5>2. Open the necessary Intents (important!)<\/h5>\n<p>Under Bot \u2192 Privileged Gateway Intents, turn it on:<\/p>\n<ul class=\"list-paddingleft-1\">\n<li>Message Content Intent - must be on, otherwise bot can't read message content<\/li>\n<li>Server Members Intent - recommended for username lookup and whitelist matching<\/li>\n<li>If you don't open the Message Content Intent, the bot will connect successfully but won't respond to any message, which is the most common pitfall for newbies.<\/li>\n<\/ul>\n<h5>3. Generating invitation links<\/h5>\n<p>OAuth2 \u2192 URL Generator: Scopes Check this box:<\/p>\n<ul class=\"list-paddingleft-1\">\n<li>bot<\/li>\n<li>applications.commands (supports slash commands)<\/li>\n<li>Bot Permissions check box (principle of least privilege)<\/li>\n<\/ul>\n<p>Do not check Administrator unless you fully trust the bot. Copy the generated URL and open it in your browser \u2192 Select the server you want to install to \u2192 Authorize.<\/p>\n<h5>4. Configuring Moltbot<\/h5>\n<ul class=\"list-paddingleft-1\">\n<li>Running the Configuration Wizard<\/li>\n<li>clawdbot channels add discord<\/li>\n<li>Paste Bot Token<\/li>\n<\/ul>\n<h5>5. Paired use (DM mode)<\/h5>\n<ul class=\"list-paddingleft-1\">\n<li>DM mode requires pairwise authentication by default:<\/li>\n<li>Private message your bot in Discord with any message<\/li>\n<li>bot will respond with a pairing code.<\/li>\n<li>Approve on server: clawdbot pairing approve discord<\/li>\n<li>If you see Approved discord sender, the pairing is successful.<\/li>\n<\/ul>\n<p>From a security point of view, it is recommended that you do not configure DM mode because you cannot see how people are requesting your server and it can be a security risk.<\/p>\n<h5>6. Server channel configuration<\/h5>\n<p>If you want to use bot in the server channel, you need to configure it additionally.<\/p>\n<ul class=\"list-paddingleft-1\">\n<li>Get ID (enable developer mode first):<\/li>\n<li>Discord Settings \u2192 Advanced \u2192 Enable Developer Mode<\/li>\n<li>Right-click the server name \u2192 Copy Server ID<\/li>\n<li>Right click on the channel \u2192 Copy Channel ID<\/li>\n<\/ul>\n<h4>Step 4: Security Configuration (emphasis!)<\/h4>\n<p>Moltbot has a lot of power, which means that security configuration is very important. By default, Moltbot runs directly on the host and can modify system files, and at this point, basically anything you can do in IM, on the command line, and in the browser, Moltbot can do as well, entering passwords and CAPTCHAs. In a few simple words, auto-upgrade, auto-install, auto reboot, Moltbot will do it all. All I can say is that it's really powerful. After the front-end and back-end were killed, now the operation and maintenance are also killed.<\/p>\n<p>So for security reasons, when sandboxing is enabled, all Agent operations are executed inside the Docker container and cannot affect the host system. However, inside the sandbox is basically useless, the shell can't be executed, the networking function also can't be done for a long time, and the skills can't be executed, so it's basically useless.<\/p>\n<p>So then you create a separate clawd user, use him to reinstall, and then at root constrain what permissions the clawd user has and what he can do. Here's a good place to ask <span class=\"\">ChatGPT<\/span> He gives a lot of substantial advice on how to secure your hosting root.<\/p>\n<h4>Step 5: Hands-on experience<\/h4>\n<h5>Setting the Personality<\/h5>\n<p>You can set up many different personalities for the Bot, and once the conversation is configured in Telegram\/Discord\/WhatsApp, just talk to the bot directly in the chat software. It will then:<\/p>\n<ul class=\"list-paddingleft-1\">\n<li>Understanding your needs<\/li>\n<li>Calling tools to perform tasks<\/li>\n<li>Return results<\/li>\n<\/ul>\n<h2>Summary<\/h2>\n<p>The whole process:<\/p>\n<ol class=\"list-paddingleft-1\">\n<li>Buy VPS or Mac mini<\/li>\n<li>One-click installation \u2192 curl -fsSL\u00a0<br \/>\n<section>https:\/\/clawd.bot\/install.sh | bash<\/section>\n<\/li>\n<li>Configuration platform \u2192 Telegram\/Discord\/WhatsApp\/Flybook<\/li>\n<li>Security Policy \u2192 Choose different security policies according to your usage scenario<\/li>\n<li>Getting Started \u2192 Direct Conversation in Chat Apps<\/li>\n<\/ol>","protected":false},"excerpt":{"rendered":"<p>What is Moltbot? Recently this big lobster fire out of the circle, Tencent cloud, Ali cloud, AWS and other 9 cloud vendors on January 28 synchronized on-line after the one-key deployment service, the operation threshold down to 3 minutes. Within 12 hours of going online, Tencent Cloud mirror downloads reached 42,000 times, and Ali Cloud instance usage exceeded 36,000, triggering a boom in the industry. Moltbot (formerly known as Clawdbot, renamed due to infringement by the defendant) is a personal AI assistant that can run locally or on a VPS. Its core capability is to connect to browsers and multiple messaging platforms such as WhatsApp \/ TG \/ Discord \/ Flybook through the WebSocket Gateway architecture. Simply put, it allows you to connect to the above<\/p>","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_seopress_robots_primary_cat":"none","_seopress_titles_title":"","_seopress_titles_desc":"","_seopress_robots_index":"","footnotes":""},"categories":[150],"tags":[],"collection":[],"class_list":["post-890","post","type-post","status-publish","format-standard","hentry","category-updates"],"_links":{"self":[{"href":"https:\/\/www.ddosgj.com\/en\/wp-json\/wp\/v2\/posts\/890","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.ddosgj.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.ddosgj.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.ddosgj.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.ddosgj.com\/en\/wp-json\/wp\/v2\/comments?post=890"}],"version-history":[{"count":1,"href":"https:\/\/www.ddosgj.com\/en\/wp-json\/wp\/v2\/posts\/890\/revisions"}],"predecessor-version":[{"id":896,"href":"https:\/\/www.ddosgj.com\/en\/wp-json\/wp\/v2\/posts\/890\/revisions\/896"}],"wp:attachment":[{"href":"https:\/\/www.ddosgj.com\/en\/wp-json\/wp\/v2\/media?parent=890"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.ddosgj.com\/en\/wp-json\/wp\/v2\/categories?post=890"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.ddosgj.com\/en\/wp-json\/wp\/v2\/tags?post=890"},{"taxonomy":"collection","embeddable":true,"href":"https:\/\/www.ddosgj.com\/en\/wp-json\/wp\/v2\/collection?post=890"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}