
<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>jinyao, Author at Evoxt</title>
	<atom:link href="https://evoxt.com/author/jinyao/feed/" rel="self" type="application/rss+xml" />
	<link>https://evoxt.com/author/jinyao/</link>
	<description>High CPU Frequency Virtual Machines at Low Prices</description>
	<lastBuildDate>Wed, 11 Feb 2026 09:45:53 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://evoxt.com/wp-content/uploads/2021/05/favicon-1.png</url>
	<title>jinyao, Author at Evoxt</title>
	<link>https://evoxt.com/author/jinyao/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How to Install OpenClaw on Evoxt VPS</title>
		<link>https://evoxt.com/one-click-installation/how-to-install-openclaw-on-evoxt-vps/</link>
		
		<dc:creator><![CDATA[jinyao]]></dc:creator>
		<pubDate>Wed, 11 Feb 2026 09:29:16 +0000</pubDate>
				<category><![CDATA[Guides]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[One-Click Installation]]></category>
		<guid isPermaLink="false">https://evoxt.com/?p=6515</guid>

					<description><![CDATA[<p>This step‑by‑step guide explains how to install and configure OpenClaw on an Evoxt VPS. It is optimized for beginners, developers, and businesses looking to deploy a self‑hosted AI agent securely and efficiently. Whether you are testing AI automation or running production workloads, Evoxt VPS provides a stable and affordable environment for OpenClaw. Why Run OpenClaw ... <a title="How to Install OpenClaw on Evoxt VPS" class="read-more" href="https://evoxt.com/one-click-installation/how-to-install-openclaw-on-evoxt-vps/" aria-label="More on How to Install OpenClaw on Evoxt VPS">Read more</a></p>
<p>The post <a href="https://evoxt.com/one-click-installation/how-to-install-openclaw-on-evoxt-vps/">How to Install OpenClaw on Evoxt VPS</a> appeared first on <a href="https://evoxt.com">Evoxt</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p data-pm-slice="1 1 []">This step‑by‑step guide explains how to install and configure <strong>OpenClaw on an Evoxt VPS</strong>. It is optimized for beginners, developers, and businesses looking to deploy a <strong>self‑hosted AI agent securely and efficiently</strong>.</p>
Whether you are testing AI automation or running production workloads, Evoxt VPS provides a stable and affordable environment for OpenClaw.
<div>
<hr />
<h2>Why Run OpenClaw on Evoxt VPS?</h2>
Deploying <a href="https://openclaw.ai/">OpenClaw</a> on Evoxt offers:
<ul data-spread="false">
 	<li>Affordable VM plans</li>
 	<li>Full root access</li>
 	<li>SSD storage</li>
 	<li>Reliable network uptime</li>
 	<li>Support for AI workloads</li>
</ul>
Running OpenClaw on a VPS ensures 24/7 availability without depending on a local computer.

<hr />

</div>
<h2>1. Recommended Evoxt VPS Plan</h2>
For a smooth and stable OpenClaw experience, we recommend using:

<strong>Evoxt VM‑2 or above</strong>

This plan offers balanced CPU and memory resources that are well‑suited for OpenClaw without requiring complex tuning or optimization.

<strong>Why Evoxt VM‑2+ works well with OpenClaw:</strong>
<ul data-spread="false">
 	<li>Consistent VPS performance</li>
 	<li>Sufficient memory for AI workloads</li>
 	<li>Stable environment for long‑running services</li>
</ul>
Can get more information about the <a href="https://evoxt.com/pricing/">VM Plan</a>.
<div>

<hr />

</div>
<h2>2. System Preparation</h2>
Before installing OpenClaw, make sure your Evoxt VPS is fully up to date.
<h3>Update your system</h3>
<pre><code># AlmaLinux / Rocky Linux
sudo dnf update -y

# Ubuntu
sudo apt update &amp;&amp; sudo apt upgrade -y</code></pre>
<h3>Install required system packages</h3>
<pre><code>sudo dnf install -y libatomic tar python3 cmake # RHEL-based (AlmaLinux / Rocky / RHEL)
sudo dnf groupinstall -y "Development Tools" # RHEL-based (AlmaLinux / Rocky / RHEL)
sudo apt install -y libatomic1 build-essential tar python3 cmake #Debian/Ubuntu
</code></pre>
These packages ensure OpenClaw and its dependencies run correctly in a production environment.
<div></div>
<hr />
<h2>3. Install OpenClaw on Evoxt VPS</h2>
Install OpenClaw using the official installation script:
<pre><code>curl -fsSL https://openclaw.ai/install.sh | bash</code></pre>
<div>
<p data-pm-slice="1 1 []">The script will automatically download and configure OpenClaw on your VPS.</p>
Wait until the installation completes successfully.

</div>
<br><img fetchpriority="high" decoding="async" class="alignnone size-full wp-image-6530" src="https://evoxt.com/wp-content/uploads/2026/02/2026-02-11_16-53.png" alt="" width="882" height="891" srcset="https://evoxt.com/wp-content/uploads/2026/02/2026-02-11_16-53.png 882w, https://evoxt.com/wp-content/uploads/2026/02/2026-02-11_16-53-297x300.png 297w, https://evoxt.com/wp-content/uploads/2026/02/2026-02-11_16-53-768x776.png 768w" sizes="(max-width: 882px) 100vw, 882px" />
<hr />

<h2 data-pm-slice="1 1 []">4. OpenClaw Onboarding Process</h2>
After installation, OpenClaw will start an interactive setup in the terminal (TUI mode).
<hr />
<h2>a) Onboarding Mode</h2>
You will be asked to choose between:
<ul data-spread="false">
 	<li><strong>Quick Start</strong> (Recommended for beginners)</li>
 	<li>Manual Configuration (Advanced users)</li>
</ul>
We recommend selecting <strong>Quick Start</strong> to skip complex configuration.

After Quick Start, the terminal will display confirmation messages.

&nbsp;

<br><img decoding="async" class="alignnone size-full wp-image-6526" src="https://evoxt.com/wp-content/uploads/2026/02/Onboarding-mode.png" alt="" width="718" height="295" srcset="https://evoxt.com/wp-content/uploads/2026/02/Onboarding-mode.png 718w, https://evoxt.com/wp-content/uploads/2026/02/Onboarding-mode-300x123.png 300w" sizes="(max-width: 718px) 100vw, 718px" />
<div>

<hr />

</div>
<h2>b) Select the AI Model</h2>
Next, choose the AI model provider.

<br><img decoding="async" class="alignnone size-full wp-image-6525" src="https://evoxt.com/wp-content/uploads/2026/02/AI-model.png" alt="" width="335" height="374" srcset="https://evoxt.com/wp-content/uploads/2026/02/AI-model.png 335w, https://evoxt.com/wp-content/uploads/2026/02/AI-model-269x300.png 269w" sizes="(max-width: 335px) 100vw, 335px" />

<br>If using <strong>Google Gemini</strong>:
<ol start="1" data-spread="false">
 	<li>Visit Google AI Studio</li>
 	<li>Generate a Gemini API key</li>
 	<li>Paste the key into the terminal when prompted</li>
</ol>
After entering your API key, OpenClaw will display available model options based on your subscription.

Select the preferred model.

<br><img loading="lazy" decoding="async" class="alignnone size-full wp-image-6523" src="https://evoxt.com/wp-content/uploads/2026/02/Model-Plan.png" alt="" width="605" height="605" srcset="https://evoxt.com/wp-content/uploads/2026/02/Model-Plan.png 605w, https://evoxt.com/wp-content/uploads/2026/02/Model-Plan-300x300.png 300w, https://evoxt.com/wp-content/uploads/2026/02/Model-Plan-150x150.png 150w" sizes="auto, (max-width: 605px) 100vw, 605px" />

&nbsp;
<div>

<hr />

</div>
<h2>c) Select the Chat Interface Channel</h2>
OpenClaw supports multiple chat platforms, including:
<ul data-spread="false">
 	<li>Telegram</li>
 	<li>WhatsApp</li>
 	<li>Discord</li>
</ul>
You may configure a chat interface during onboarding or skip it and configure later.

<br><img loading="lazy" decoding="async" class="alignnone size-full wp-image-6522" src="https://evoxt.com/wp-content/uploads/2026/02/Select-channel.png" alt="" width="384" height="410" srcset="https://evoxt.com/wp-content/uploads/2026/02/Select-channel.png 384w, https://evoxt.com/wp-content/uploads/2026/02/Select-channel-281x300.png 281w" sizes="auto, (max-width: 384px) 100vw, 384px" />
<div>

<hr />

</div>
<h2>d) Setting Up Skills</h2>
OpenClaw supports “skills,” which are tools that allow the AI agent to perform specific tasks.

When prompted:
<ul data-spread="false">
 	<li>Select <strong>Yes</strong> to enable skills</li>
 	<li>Choose <strong>npm</strong> as the preferred Node manager</li>
</ul>
If you do not want to install skills now:
<ul data-spread="false">
 	<li>Press the spacebar to select <strong>Skip for now</strong></li>
 	<li>Press Enter to continue</li>
</ul>
Skills can be configured later.

<br><img loading="lazy" decoding="async" class="alignnone size-large wp-image-6532" src="https://evoxt.com/wp-content/uploads/2026/02/2026-02-11_16-57-677x1024.png" alt="" width="677" height="1024" srcset="https://evoxt.com/wp-content/uploads/2026/02/2026-02-11_16-57-677x1024.png 677w, https://evoxt.com/wp-content/uploads/2026/02/2026-02-11_16-57-198x300.png 198w, https://evoxt.com/wp-content/uploads/2026/02/2026-02-11_16-57.png 752w" sizes="auto, (max-width: 677px) 100vw, 677px" />
<div>

<hr />

</div>
<h2>e) Configure Additional API Keys</h2>
OpenClaw may ask for additional third‑party API keys.

If you do not have any:

Select <strong>No</strong> to skip each option.

<br><img loading="lazy" decoding="async" class="alignnone size-full wp-image-6521" src="https://evoxt.com/wp-content/uploads/2026/02/Config-API-Keys-for-Your-bot.png" alt="" width="456" height="416" srcset="https://evoxt.com/wp-content/uploads/2026/02/Config-API-Keys-for-Your-bot.png 456w, https://evoxt.com/wp-content/uploads/2026/02/Config-API-Keys-for-Your-bot-300x274.png 300w" sizes="auto, (max-width: 456px) 100vw, 456px" />
<div>

<hr />

</div>
<h2>f) Enable Hooks</h2>
Hooks provide additional automation features such as:
<ul data-spread="false">
 	<li>boot-md (Run Boot.md at startup)</li>
 	<li>command-logger (Centralized command logging)</li>
 	<li>session-memory (Session context saving)</li>
</ul>
For initial setup, you may select <strong>Skip for now</strong>.

Hooks can be enabled later through configuration.

<br><img loading="lazy" decoding="async" class="alignnone size-full wp-image-6531" src="https://evoxt.com/wp-content/uploads/2026/02/2026-02-11_16-57_1.png" alt="" width="612" height="284" srcset="https://evoxt.com/wp-content/uploads/2026/02/2026-02-11_16-57_1.png 612w, https://evoxt.com/wp-content/uploads/2026/02/2026-02-11_16-57_1-300x139.png 300w" sizes="auto, (max-width: 612px) 100vw, 612px" />

&nbsp;
<div>

<hr />

</div>
<h2 data-pm-slice="1 1 []">5. How to Run OpenClaw</h2>
After setup is complete, OpenClaw launches its <strong>TUI (Terminal User Interface)</strong>.
<h3>Hatch Mode (Recommended)</h3>
Inside the TUI, select <strong>Hatch</strong>.

With Hatch mode, you can:
<ul data-spread="false">
 	<li>Use the AI bot directly in a <strong>GUI‑style interface</strong>, or</li>
 	<li>Launch the <strong>OpenClaw Web UI</strong> for browser‑based interaction</li>
</ul>
This makes OpenClaw extremely beginner‑friendly while remaining powerful for advanced users.

<br><img loading="lazy" decoding="async" class="alignnone size-large wp-image-6520" src="https://evoxt.com/wp-content/uploads/2026/02/TUI-testing-1024x186.png" alt="" width="1024" height="186" srcset="https://evoxt.com/wp-content/uploads/2026/02/TUI-testing-1024x186.png 1024w, https://evoxt.com/wp-content/uploads/2026/02/TUI-testing-300x54.png 300w, https://evoxt.com/wp-content/uploads/2026/02/TUI-testing-768x139.png 768w, https://evoxt.com/wp-content/uploads/2026/02/TUI-testing.png 1262w" sizes="auto, (max-width: 1024px) 100vw, 1024px" />
<div>

<hr />

</div>
<h2>6. Access OpenClaw Web GUI via SSH Tunnel</h2>
To securely access the OpenClaw Web UI from your local machine, create an SSH tunnel:
<pre><code>ssh -N -L 18789:127.0.0.1:18789 root@YOUR_SERVER_IP</code></pre>
<br><img loading="lazy" decoding="async" class="alignnone size-full wp-image-6518" src="https://evoxt.com/wp-content/uploads/2026/02/Web-dashboard.png" alt="" width="765" height="316" srcset="https://evoxt.com/wp-content/uploads/2026/02/Web-dashboard.png 765w, https://evoxt.com/wp-content/uploads/2026/02/Web-dashboard-300x124.png 300w" sizes="auto, (max-width: 765px) 100vw, 765px" />

<br>After entering your SSH password, open the URL shown by OpenClaw in your browser.

If the page loads successfully, you now have full access to the <strong>OpenClaw Web GUI running on Evoxt VPS</strong>.

<br><img loading="lazy" decoding="async" class="alignnone wp-image-6519" src="https://evoxt.com/wp-content/uploads/2026/02/Web-Interface-1024x1017.png" alt="" width="652" height="648" srcset="https://evoxt.com/wp-content/uploads/2026/02/Web-Interface-1024x1017.png 1024w, https://evoxt.com/wp-content/uploads/2026/02/Web-Interface-300x298.png 300w, https://evoxt.com/wp-content/uploads/2026/02/Web-Interface-150x150.png 150w, https://evoxt.com/wp-content/uploads/2026/02/Web-Interface-768x763.png 768w, https://evoxt.com/wp-content/uploads/2026/02/Web-Interface.png 1279w" sizes="auto, (max-width: 652px) 100vw, 652px" />
<div>

<hr />

</div>
<h2 data-pm-slice="1 1 []">7. OpenClaw Commands &amp; Documentation</h2>
If you are unsure about commands, run:
<pre><code>openclaw help</code></pre>
This displays available CLI commands.

<br><img loading="lazy" decoding="async" class="alignnone size-large wp-image-6527" src="https://evoxt.com/wp-content/uploads/2026/02/clawbot-help-817x1024.png" alt="" width="817" height="1024" srcset="https://evoxt.com/wp-content/uploads/2026/02/clawbot-help-817x1024.png 817w, https://evoxt.com/wp-content/uploads/2026/02/clawbot-help-239x300.png 239w, https://evoxt.com/wp-content/uploads/2026/02/clawbot-help-768x962.png 768w, https://evoxt.com/wp-content/uploads/2026/02/clawbot-help.png 1049w" sizes="auto, (max-width: 817px) 100vw, 817px" />

<br>For advanced configuration and integrations, refer to the <a href="https://docs.openclaw.ai">official documentation</a>.

You will find:
<ul data-spread="false">
 	<li>Complete CLI references</li>
 	<li>Web UI guides</li>
 	<li>API integration examples</li>
 	<li>Advanced configuration options</li>
</ul>
<div>

<hr />

</div>
<h2>Security Best Practices for OpenClaw on Evoxt VPS</h2>
For production deployments, consider the following:
<ul data-spread="false">
 	<li>Create a dedicated non‑root user to run OpenClaw</li>
 	<li>Avoid mixing sensitive system files with OpenClaw‑managed directories</li>
 	<li>Grant minimal permissions to the AI agent</li>
 	<li>Avoid connecting OpenClaw to public or unmoderated shared chat groups</li>
 	<li>Keep your VPS updated regularly</li>
 	<li>Secure SSH access (disable password login if possible)</li>
</ul>
Security should always be prioritized when deploying AI automation tools.

&nbsp;
<h2 id="header-12">Quick Commands</h2>
<pre><code>sudo dnf install -y libatomic tar python3 cmake # RHEL-based (AlmaLinux / Rocky / RHEL) 
sudo dnf groupinstall -y "Development Tools"# RHEL-based (AlmaLinux / Rocky / RHEL) 
sudo apt install -y libatomic1 build-essential tar python3 cmake #Debian/Ubuntu
curl -fsSL https://openclaw.ai/install.sh | bash
</code></pre>
&nbsp;
<div>

<hr />

</div>
<h2>Conclusion</h2>
Running <strong>OpenClaw on an Evoxt VPS</strong> is a reliable and scalable way to deploy self‑hosted AI solutions.

With Evoxt’s stable VM infrastructure and OpenClaw’s intuitive TUI and Web UI, you can move from installation to production quickly and efficiently.

Whether for development, internal automation, or AI‑powered services, the combination of <strong>Evoxt + OpenClaw</strong> provides a powerful foundation for modern AI workloads.
<div>

<hr />

</div>
For more Evoxt VPS guides, visit <a href="https://evoxt.com/category/">Evoxt Tutorials.</a><p>The post <a href="https://evoxt.com/one-click-installation/how-to-install-openclaw-on-evoxt-vps/">How to Install OpenClaw on Evoxt VPS</a> appeared first on <a href="https://evoxt.com">Evoxt</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>How to Change Windows RDP Port Securely</title>
		<link>https://evoxt.com/windows/how-to-change-windows-rdp-port-securely/</link>
		
		<dc:creator><![CDATA[jinyao]]></dc:creator>
		<pubDate>Thu, 14 Aug 2025 03:30:19 +0000</pubDate>
				<category><![CDATA[Guides]]></category>
		<category><![CDATA[Windows]]></category>
		<guid isPermaLink="false">https://evoxt.com/?p=6290</guid>

					<description><![CDATA[<p>Changing the default Windows RDP port on your Evoxt VPS is an effective way to improve server security and reduce brute-force attack attempts. By default, Remote Desktop Protocol uses port3389, which is frequently scanned by attackers. This guide will show you how to change the Windows RDP port on Evoxt VPS step by step, ensuring ... <a title="How to Change Windows RDP Port Securely" class="read-more" href="https://evoxt.com/windows/how-to-change-windows-rdp-port-securely/" aria-label="More on How to Change Windows RDP Port Securely">Read more</a></p>
<p>The post <a href="https://evoxt.com/windows/how-to-change-windows-rdp-port-securely/">How to Change Windows RDP Port Securely</a> appeared first on <a href="https://evoxt.com">Evoxt</a>.</p>
]]></description>
										<content:encoded><![CDATA[Changing the default <strong>Windows RDP port on your Evoxt VPS</strong> is an effective way to improve server security and reduce brute-force attack attempts. By default, Remote Desktop Protocol uses port<code>3389</code>, which is frequently scanned by attackers. This guide will show you how to <strong>change the Windows RDP port on Evoxt VPS</strong> step by step, ensuring better protection and more control over your firewall rules.

<hr />

<h2>Why Change the Default RDP Port on Evoxt VPS?</h2>
<ul>
 	<li><strong>Enhanced Security:</strong> Reduce automated brute-force login attempts targeting port 3389.</li>
 	<li><strong>Bypass ISP or Firewall Restrictions:</strong> Helpful if port 3389 is blocked.</li>
 	<li><strong>Custom Access Rules:</strong> Set precise firewall permissions for your chosen port.</li>
</ul>

<hr />

<h2>Step 1: Open Registry Editor</h2>
Press <strong>Win + R</strong>, type <code>regedit</code>, and press <strong>Enter</strong>.

Navigate to:
<pre><code>HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp</code></pre>
<img loading="lazy" decoding="async" class="alignnone size-full wp-image-6291" src="https://evoxt.com/wp-content/uploads/2025/08/port-1.png" alt="" width="630" height="479" srcset="https://evoxt.com/wp-content/uploads/2025/08/port-1.png 630w, https://evoxt.com/wp-content/uploads/2025/08/port-1-300x228.png 300w" sizes="auto, (max-width: 630px) 100vw, 630px" />

<hr />

<h2>Step 2: Modify the Port Number</h2>
<ol>
 	<li>Find <strong>PortNumber</strong> and double-click it.</li>
 	<li>Select <strong>Decimal</strong>.</li>
 	<li>Enter your desired port (e.g., <code>3390</code>).</li>
 	<li>Click <strong>OK</strong>.</li>
</ol>
<img loading="lazy" decoding="async" class="alignnone size-full wp-image-6292" src="https://evoxt.com/wp-content/uploads/2025/08/port2.png" alt="" width="335" height="211" srcset="https://evoxt.com/wp-content/uploads/2025/08/port2.png 335w, https://evoxt.com/wp-content/uploads/2025/08/port2-300x189.png 300w" sizes="auto, (max-width: 335px) 100vw, 335px" />

<hr />

<h2>Step 3: Allow the New Port in Windows Firewall</h2>
Open Command Prompt as Administrator and run (replace <code>3390</code> with your chosen port):
<pre>netsh advfirewall firewall add rule name="RDP Custom Port" protocol=TCP dir=in localport=3390 action=allow</pre>
<img loading="lazy" decoding="async" class="alignnone size-full wp-image-6293" src="https://evoxt.com/wp-content/uploads/2025/08/port3.png" alt="" width="953" height="139" srcset="https://evoxt.com/wp-content/uploads/2025/08/port3.png 953w, https://evoxt.com/wp-content/uploads/2025/08/port3-300x44.png 300w, https://evoxt.com/wp-content/uploads/2025/08/port3-768x112.png 768w" sizes="auto, (max-width: 953px) 100vw, 953px" />

<hr />

<h2>Step 4: Restart Remote Desktop Services</h2>
Reboot your VPS to apply the changes.

<hr />

<h2>Step 5: Connect Using the New Port</h2>
When connecting via RDP, use the format:
<pre><code>IP:PORT</code></pre>
Example:
<pre><code>123.123.123.123:3390</code></pre>

<hr />

<h2>Quick Command Summary</h2>
<pre>regedit

netsh advfirewall firewall add rule name="RDP Custom Port" protocol=TCP dir=in localport=3390 action=allow</pre>

<hr />

By following this guide, you can <strong>change the Windows RDP port on your Evoxt VPS</strong> to increase security, reduce attack exposure, and maintain reliable remote connectivity. If you use Linux, see our <a href="https://evoxt.com/guides/how-to-change-ssh-port-in-linux/">How to Change SSH Port in Linux</a> tutorial for similar steps.

Need a reliable VPS? <a href="https://console.evoxt.com/deploy.php">Deploy an Evoxt VM here</a> or <a href="https://console.evoxt.com/submitticket.php">contact Evoxt support</a> for assistance.<p>The post <a href="https://evoxt.com/windows/how-to-change-windows-rdp-port-securely/">How to Change Windows RDP Port Securely</a> appeared first on <a href="https://evoxt.com">Evoxt</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
