<?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>One-Click Installation Archives - 益沃斯</title>
	<atom:link href="https://evoxt.com/zh/category/one-click-installation/feed/" rel="self" type="application/rss+xml" />
	<link>https://evoxt.com/zh/category/one-click-installation/</link>
	<description></description>
	<lastBuildDate>Sat, 02 Apr 2022 14:41:02 +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/zh/wp-content/uploads/sites/2/2023/04/cropped-android-chrome-512x512-1-32x32.png</url>
	<title>One-Click Installation Archives - 益沃斯</title>
	<link>https://evoxt.com/zh/category/one-click-installation/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>OpenVPN One-Click Installation</title>
		<link>https://evoxt.com/zh/2022/04/02/openvpn-one-click-installation/</link>
		
		<dc:creator><![CDATA[Evoxt]]></dc:creator>
		<pubDate>Sat, 02 Apr 2022 14:41:02 +0000</pubDate>
				<category><![CDATA[One-Click Installation]]></category>
		<guid isPermaLink="false">https://evoxt.com/?p=4521</guid>

					<description><![CDATA[<p>Set up your very own personal OpenVPN server with Evoxt with only a single click with our One-Click Installation Script. OpenVPN is one of the industry standards for virtual private network protocol. OpenVPN help to encrypt all network traffic, masking the user's IP address and protecting users from untrusted networks. In a business environment, OpenVPN ... <a title="OpenVPN One-Click Installation" class="read-more" href="https://evoxt.com/zh/2022/04/02/openvpn-one-click-installation/" aria-label="More on OpenVPN One-Click Installation">Read more</a></p>
<p>The post <a href="https://evoxt.com/zh/2022/04/02/openvpn-one-click-installation/">OpenVPN One-Click Installation</a> appeared first on <a href="https://evoxt.com/zh">益沃斯</a>.</p>
]]></description>
										<content:encoded><![CDATA[<img decoding="async" class="alignnone size-thumbnail wp-image-4280" src="https://evoxt.com/img/openvpn.svg" alt="" width="150" height="150" /><br />
Set up your very own personal OpenVPN server with Evoxt with only a single click with our One-Click Installation Script.<br /><br />

OpenVPN is one of the industry standards for virtual private network protocol. OpenVPN help to encrypt all network traffic, masking the user's IP address and protecting users from untrusted networks. In a business environment, OpenVPN is also used to provide a secure connection to the company's network, creating a private network between the user and the company. By masking the user's IP address and encrypting the network, OpenVPN also allows users to bypass geographic restrictions and also allows users to surf websites using public wifi while keeping their data private. <br /><br />

The OpenVPN installed with Evoxt's One-Click Installation will be the <a href="https://github.com/Nyr/openvpn-install" rel="noopener" target="_blank">OpenVPN script by Nyr</a> due to its simplicity to configure users and profiles.<br /><br />

<h2>Instruction</h2>
Check your email for your VM details. Your VM details are sent to your email inbox.<br />
Check your junk/ spam mail just in case.<br />
<img decoding="async" src="https://evoxt.com/wp-content/uploads/2021/06/details.png" /><br />
Alternatively, you can also get them by logging in to your Evoxt account and go to the respective VM control panel.<br />
<img decoding="async" src="https://evoxt.com/img/vm-controlpanel.png" /><br />
Did not see it in your account? <a href="https://console.evoxt.com/submitticket.php">Contact us.</a><br /><br />

<h2>Installation</h2>
With Evoxt's One-click installation, your OpenVPN server is already running and deployed.<br />
To get your OpenVPN credentials, <a href="https://evoxt.com/guides/how-to-connect-to-a-linux-vps-linux-vm/" rel="noopener" target="_blank">log in to your server through SSH</a>.<br />


The OpenVPN config file should already exist in your server's root directory, this should be under the name <strong>openvpn.ovpn</strong>.<br />
<div class="cli">[root@OpenVPN ~]# ls<br />
openvpn.ovpn<br />
[root@OpenVPN ~]#<br /> 
</div><br />
To transfer the config file to your pc, one of the easiest ways will be to view the file and copy it to a notepad and then import it into OpenVPN.<br />
To view the file, cat command can be used.<br />
<div class="code">cat /root/openvpn.ovpn</div><br />
Alternatively, you can also use SFTP or SCP to transfer the OpenVPN config to your pc.<br /><br /><br />

<h2>Configuration</h2>
Because this installation is using <a href="https://github.com/Nyr/openvpn-install" rel="noopener" target="_blank">Nyr's OpenVPN script</a>. <br />
The configuration process is fairly simple, simply run 
<div class="code">openvpn-config</div>
and there should be easy to configure's interactive configuration set up that you can easily, add a new client, revoke an existing client and also remove OpenVPN.

<div class="cli">
[root@OpenVPN ~]# openvpn-config<br /><br />

OpenVPN is already installed.<br /><br />

Select an option:<br />
   1) Add a new client<br />
   2) Revoke an existing client<br />
   3) Remove OpenVPN<br />
   4) Exit<br />
Option: <br />
</div><br /><br />

If an advanced configuration is required, you can also access the Openvpn configuration file by heading to <strong>/etc/openvpn/server/server.conf</strong><br /><br /><br />

<h2>Connecting to server from client</h2>
Download OpenVPN client on <a href="https://openvpn.net/vpn-client/" rel="noopener" target="_blank">OpenVPN client's download page</a>. Install OpenVPN client.<br />
<br />

Then, drag the OVPN file extracted to your OpenVPN client as shown below.<br />
<img fetchpriority="high" decoding="async" src="https://evoxt.com/wp-content/uploads/2021/12/import-downlad-profile.png" alt="" width="1242" height="754" class="alignnone size-full wp-image-4308" srcset="https://evoxt.com/zh/wp-content/uploads/sites/2/2021/12/import-downlad-profile.png 1242w, https://evoxt.com/zh/wp-content/uploads/sites/2/2021/12/import-downlad-profile-300x182.png 300w, https://evoxt.com/zh/wp-content/uploads/sites/2/2021/12/import-downlad-profile-1024x622.png 1024w, https://evoxt.com/zh/wp-content/uploads/sites/2/2021/12/import-downlad-profile-768x466.png 768w" sizes="(max-width: 1242px) 100vw, 1242px" /><br /><br />

Once the profile is imported. Click on the connect button and you are now connected to your VPN server.<br />

<img decoding="async" src="https://evoxt.com/wp-content/uploads/2021/12/connecting-to-openvpn.png" alt="" width="397" height="677" class="alignnone size-full wp-image-4309" srcset="https://evoxt.com/zh/wp-content/uploads/sites/2/2021/12/connecting-to-openvpn.png 397w, https://evoxt.com/zh/wp-content/uploads/sites/2/2021/12/connecting-to-openvpn-176x300.png 176w" sizes="(max-width: 397px) 100vw, 397px" /><br />

<img loading="lazy" decoding="async" src="https://evoxt.com/wp-content/uploads/2021/12/connected-to-openvpn.png" alt="" width="397" height="681" class="alignnone size-full wp-image-4310" srcset="https://evoxt.com/zh/wp-content/uploads/sites/2/2021/12/connected-to-openvpn.png 397w, https://evoxt.com/zh/wp-content/uploads/sites/2/2021/12/connected-to-openvpn-175x300.png 175w" sizes="auto, (max-width: 397px) 100vw, 397px" /><br />
<img loading="lazy" decoding="async" src="https://evoxt.com/wp-content/uploads/2021/12/whats-my-ip.png" alt="" width="709" height="403" class="alignnone size-full wp-image-4306" srcset="https://evoxt.com/zh/wp-content/uploads/sites/2/2021/12/whats-my-ip.png 709w, https://evoxt.com/zh/wp-content/uploads/sites/2/2021/12/whats-my-ip-300x171.png 300w" sizes="auto, (max-width: 709px) 100vw, 709px" /><br /><br />

<a href="https://evoxt.com/deploy/" rel="noopener" target="_blank">Deploy your own personal VPN server with just a single click!</a>



<p>The post <a href="https://evoxt.com/zh/2022/04/02/openvpn-one-click-installation/">OpenVPN One-Click Installation</a> appeared first on <a href="https://evoxt.com/zh">益沃斯</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Bitwarden One-Click Installation</title>
		<link>https://evoxt.com/zh/2022/01/02/bitwarden-one-click-installation/</link>
		
		<dc:creator><![CDATA[Evoxt]]></dc:creator>
		<pubDate>Sun, 02 Jan 2022 16:02:35 +0000</pubDate>
				<category><![CDATA[One-Click Installation]]></category>
		<guid isPermaLink="false">https://evoxt.com/?p=4321</guid>

					<description><![CDATA[<p>Set up your very own personal password manager using Bitwarden (VaultWarden) with Evoxt with only a single click with our One-Click Installation Script for maximum security. Bitwarden is a free and open-source password management service that stores sensitive information such as login credentials, payment information, and notes in an encrypted vault. Bitwarden is the most ... <a title="Bitwarden One-Click Installation" class="read-more" href="https://evoxt.com/zh/2022/01/02/bitwarden-one-click-installation/" aria-label="More on Bitwarden One-Click Installation">Read more</a></p>
<p>The post <a href="https://evoxt.com/zh/2022/01/02/bitwarden-one-click-installation/">Bitwarden One-Click Installation</a> appeared first on <a href="https://evoxt.com/zh">益沃斯</a>.</p>
]]></description>
										<content:encoded><![CDATA[<img loading="lazy" decoding="async" src="https://console.evoxt.com/img/bitwarden.svg" alt="" width="150" height="150" />
Set up your very own personal password manager using Bitwarden (VaultWarden) with Evoxt with only a single click with our One-Click Installation Script for maximum security.<br /><br />

Bitwarden is a free and open-source password management service that stores sensitive information such as login credentials, payment information, and notes in an encrypted vault. Bitwarden is the most preferred solution for self-host enthusiasts and users who do not trust large corporations with their passwords. <a href="https://9to5google.com/2021/12/28/some-lastpass-users-are-mysteriously-seeing-their-master-passwords-compromised/" rel="noopener" target="_blank">With the recent LastPass master password leak scare</a>, many users are switching to alternative self-hosted solutions because such focused, sophisticated password manager &#8211; LastPass managed to get their information compromised even when their focus is security. With Bitwarden, you are in control of your security. Human error will be minimized because you are the only one in control of your Bitwarden's security.<br /><br />

With this installation, you will be getting VaultWarden, the lightweight version, and the free and open-sourced version of Bitwarden, which allows you to host Bitwarden with Evoxt's lowest VM plan.<br /><br />

<h2>Instruction</h2>
Check your email for your VM details. Your VM details are sent to your email inbox.<br />
Check your junk/ spam mail just in case.<br />
Did not receive it? <a href="https://console.evoxt.com/submitticket.php">Contact us.</a><br />
<img decoding="async" src="https://evoxt.com/wp-content/uploads/2021/06/details.png" /><br /><br />

<h2>Setup</h2>
There is no installation required, Bitwarden server is up and running once the one-click installation has completed. To set up your Bitwarden, simply head to https://YOUR_VM_IP
<div class="code">https://192.168.0.1</div><br />
You will be greeted will an SSL insecure page. Click ignore warnings to bypass the page.<br />

<img loading="lazy" decoding="async" src="https://evoxt.com/wp-content/uploads/2022/01/bitwarden.png" alt="" width="467" height="535" class="alignnone size-full wp-image-4330" srcset="https://evoxt.com/zh/wp-content/uploads/sites/2/2022/01/bitwarden.png 467w, https://evoxt.com/zh/wp-content/uploads/sites/2/2022/01/bitwarden-262x300.png 262w" sizes="auto, (max-width: 467px) 100vw, 467px" /><br /><br />

Click create an account to create an account.<br />
<img loading="lazy" decoding="async" src="https://evoxt.com/wp-content/uploads/2022/01/create-bitwarden-account.png" alt="" width="439" height="814" class="alignnone size-full wp-image-4331" srcset="https://evoxt.com/zh/wp-content/uploads/sites/2/2022/01/create-bitwarden-account.png 439w, https://evoxt.com/zh/wp-content/uploads/sites/2/2022/01/create-bitwarden-account-162x300.png 162w" sizes="auto, (max-width: 439px) 100vw, 439px" /><br /><br />

Fill in the details, and you are done.<br /><br />

You can now easily log in to your Bitwarden account and manage your passwords there.<br /><br />

<h3>Extras</h3>

<strong>Connect to your Bitwarden server</strong>
In this tutorial we will be using <a href="https://chrome.google.com/webstore/detail/bitwarden-free-password-m/nngceckbapebfimnlniiiahkandclblb" rel="noopener" target="_blank">Bitwarden's Google Chrome Extension</a>, this should be similar on other platforms.<br />
<img loading="lazy" decoding="async" src="https://evoxt.com/wp-content/uploads/2022/01/bitwarden-login.png" alt="" width="436" height="669" class="alignnone size-full wp-image-4333" srcset="https://evoxt.com/zh/wp-content/uploads/sites/2/2022/01/bitwarden-login.png 436w, https://evoxt.com/zh/wp-content/uploads/sites/2/2022/01/bitwarden-login-196x300.png 196w" sizes="auto, (max-width: 436px) 100vw, 436px" /><br /><br />

Because this is a self-hosted version, a server URL must be set before logging in. If this is not set, you will be connecting to Bitwarden's server instead of your self-hosted server.<br /><br />

Click the gear on the top left<br />
<img loading="lazy" decoding="async" src="https://evoxt.com/wp-content/uploads/2022/01/bitwarden-login-1.png" alt="" width="436" height="669" class="alignnone size-full wp-image-4334" srcset="https://evoxt.com/zh/wp-content/uploads/sites/2/2022/01/bitwarden-login-1.png 436w, https://evoxt.com/zh/wp-content/uploads/sites/2/2022/01/bitwarden-login-1-196x300.png 196w" sizes="auto, (max-width: 436px) 100vw, 436px" /><br /><br />

Key in your server's IP address and click save.<br />
<img loading="lazy" decoding="async" src="https://evoxt.com/wp-content/uploads/2022/01/bitwarden-server-setup.png" alt="" width="436" height="669" class="alignnone size-full wp-image-4358" srcset="https://evoxt.com/zh/wp-content/uploads/sites/2/2022/01/bitwarden-server-setup.png 436w, https://evoxt.com/zh/wp-content/uploads/sites/2/2022/01/bitwarden-server-setup-196x300.png 196w" sizes="auto, (max-width: 436px) 100vw, 436px" /><br /><br />

Note: To be secure, we prefer to set the server address as HTTPS (https://your_IP_address) instead of HTTP (http://your_IP_address). However, by setting to HTTPS, you might get an issue connecting to your server due to the usage of a self-signed certificate. <br /><br />

There are several methods to go with this:<br />
1) Use the HTTP version (http://your_IP_address). Your connection to your server will be insecure. ( Not recommended )<br /><br />
2) Use the HTTPS version (https://your_IP_address). Your connection to your server will be secure, if you get <strong>Failed to Fetch</strong> error. You will have to go to https://your_IP_address on your chrome browser and click ignore to bypass the ERR_CERT_AUTHORITY_INVALID error message.<br />
<img loading="lazy" decoding="async" src="https://evoxt.com/wp-content/uploads/2022/01/bitwarden-fail-to-fetch.png" alt="" width="436" height="669" class="alignnone size-full wp-image-4336" srcset="https://evoxt.com/zh/wp-content/uploads/sites/2/2022/01/bitwarden-fail-to-fetch.png 436w, https://evoxt.com/zh/wp-content/uploads/sites/2/2022/01/bitwarden-fail-to-fetch-196x300.png 196w" sizes="auto, (max-width: 436px) 100vw, 436px" /><br />
<img loading="lazy" decoding="async" src="https://evoxt.com/wp-content/uploads/2022/01/bitwarden-fail-to-fetch-fix.png" alt="" width="686" height="624" class="alignnone size-full wp-image-4337" srcset="https://evoxt.com/zh/wp-content/uploads/sites/2/2022/01/bitwarden-fail-to-fetch-fix.png 686w, https://evoxt.com/zh/wp-content/uploads/sites/2/2022/01/bitwarden-fail-to-fetch-fix-300x273.png 300w" sizes="auto, (max-width: 686px) 100vw, 686px" /><br /><br />
3) Set up a domain with SSL for your Bitwarden server and connect using yourdomain.com instead of your server IP address. <br />

Cloudflare Method (Easiest):<br />
<a href="https://evoxt.com/guides/how-to-point-a-domain-to-your-vm/" rel="noopener" target="_blank">Click here for guide</a><br /><br />

Configure CertBot :<br />
<a href="https://evoxt.com/guides/setup-ssl-https-on-nginx-on-centos-8-almalinux-8-rockylinux-8/" rel="noopener" target="_blank">Click here for guide</a><br /><br />

<strong>Secure your Bitwarden server</strong><br />

As this is a self-hosted solution, your server's security is under your control. You will be responsible for securing your server to prevent potential unauthorized access to your server. <br />

1) Securing your SSH server<br />

2) Limiting IP address that can connect to your Bitwarden server<br />



<p>The post <a href="https://evoxt.com/zh/2022/01/02/bitwarden-one-click-installation/">Bitwarden One-Click Installation</a> appeared first on <a href="https://evoxt.com/zh">益沃斯</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Pritunl One-Click Installation</title>
		<link>https://evoxt.com/zh/2021/12/31/pritunl-one-click-installation/</link>
		
		<dc:creator><![CDATA[Evoxt]]></dc:creator>
		<pubDate>Fri, 31 Dec 2021 18:46:49 +0000</pubDate>
				<category><![CDATA[One-Click Installation]]></category>
		<guid isPermaLink="false">https://evoxt.com/?p=4277</guid>

					<description><![CDATA[<p>Set up your very own personal virtual private network using Pritunl with Evoxt with only a single click with our One-Click Installation Script. Pritunl is an open-source Enterprise level VPN server that helps enterprises, businesses, and even individuals to protect and communicate with each other securely. Pritunl provides an easy-to-use and intuitive VPN server with ... <a title="Pritunl One-Click Installation" class="read-more" href="https://evoxt.com/zh/2021/12/31/pritunl-one-click-installation/" aria-label="More on Pritunl One-Click Installation">Read more</a></p>
<p>The post <a href="https://evoxt.com/zh/2021/12/31/pritunl-one-click-installation/">Pritunl One-Click Installation</a> appeared first on <a href="https://evoxt.com/zh">益沃斯</a>.</p>
]]></description>
										<content:encoded><![CDATA[<img loading="lazy" decoding="async" class="alignnone size-thumbnail wp-image-4280" src="https://evoxt.com/wp-content/uploads/2021/12/pritunl.svg" alt="" width="150" height="150" /><br />
Set up your very own personal virtual private network using Pritunl with Evoxt with only a single click with our One-Click Installation Script.<br /><br />

Pritunl is an open-source Enterprise level VPN server that helps enterprises, businesses, and even individuals to protect and communicate with each other securely. Pritunl provides an easy-to-use and intuitive VPN server with advanced features, including organization grouping, multiple users, and network routing. Pritunl also runs on OpenVPN protocol, which is one of the most popular and trusted VPN protocols. By using OpenVPN protocol, Pritunl servers can be connected using OpenVPN clients, which is available on most devices, allowing Pritunl to be connected through all devices that OpenVPN supports even if the device is not supported by the Pritunl client.<br /><br />

<h2>Instruction</h2>
Check your email for your VM details. Your VM details are sent to your email inbox.
Check your junk/ spam mail just in case.
Did not receive it? <a href="https://console.evoxt.com/submitticket.php">Contact us.</a><br />
<img decoding="async" src="https://evoxt.com/wp-content/uploads/2021/06/details.png" />

<h2>Installation</h2>
Head to https://YOUR_VM_IP
<div class="code">https://192.168.0.1</div>
You will be greeted will an SSL insecure page, click ignore warnings to bypass the page.<br /><br />

<img loading="lazy" decoding="async" class="alignnone wp-image-4290 size-full" src="https://evoxt.com/wp-content/uploads/2021/12/pritunl-setup-screen.png" alt="" width="540" height="589" srcset="https://evoxt.com/zh/wp-content/uploads/sites/2/2021/12/pritunl-setup-screen.png 540w, https://evoxt.com/zh/wp-content/uploads/sites/2/2021/12/pritunl-setup-screen-275x300.png 275w" sizes="auto, (max-width: 540px) 100vw, 540px" /><br /><br />

Connect to your server through SSH, <a href="https://evoxt.com/guides/how-to-connect-to-a-linux-vps-linux-vm/" target="_blank" rel="noopener">click here if you require a guide</a><br /><br />

Run <strong>sudo pritunl setup-key</strong> to get the setup key to proceed with Pritunl server setup.<br />
<div class="code">sudo pritunl setup-key</div><br />
<div class="cli">[root@pritunl ~]# sudo pritunl setup-key<br />
cf46724ef9a846aeb82139da1e42b17d<br />
[root@pritunl ~]# <span class='green-box'> </span></div><br /><br />

Paste the setup keys in the setup key field and click save.<br />
<img loading="lazy" decoding="async" class="alignnone size-full wp-image-4291" src="https://evoxt.com/wp-content/uploads/2021/12/setting-up-pritunl-server.png" alt="" width="533" height="443" srcset="https://evoxt.com/zh/wp-content/uploads/sites/2/2021/12/setting-up-pritunl-server.png 533w, https://evoxt.com/zh/wp-content/uploads/sites/2/2021/12/setting-up-pritunl-server-300x249.png 300w" sizes="auto, (max-width: 533px) 100vw, 533px" /><br /><br />

You will then be brought to this screen.<br />
<img loading="lazy" decoding="async" class="alignnone size-full wp-image-4292" src="https://evoxt.com/wp-content/uploads/2021/12/default-password-pritunl.png" alt="" width="412" height="385" srcset="https://evoxt.com/zh/wp-content/uploads/sites/2/2021/12/default-password-pritunl.png 412w, https://evoxt.com/zh/wp-content/uploads/sites/2/2021/12/default-password-pritunl-300x280.png 300w" sizes="auto, (max-width: 412px) 100vw, 412px" /><br /><br />

Pritunl require you to get the default password through SSH, to get the default password, use the following command.<br />
<div class="code">sudo pritunl default-password"</div><br />

<div class="cli">[root@pritunl ~]# sudo pritunl default-password<br />
[undefined][2021-12-31 15:26:54,605][INFO] Getting default administrator password<br />
Administrator default password:<br />
username: "pritunl"<br />
password: "eSWKzNtIgqpu"<br />
[root@pritunl ~]# <span class='green-box'> </span></div><br /><br />

Then, log in with the username and password provided.<br /><br />

You will be prompted with the Initial Setup screen.<br />
<img loading="lazy" decoding="async" src="https://evoxt.com/wp-content/uploads/2021/12/initial-setup.png" alt="" width="1179" height="512" class="alignnone size-full wp-image-4296" srcset="https://evoxt.com/zh/wp-content/uploads/sites/2/2021/12/initial-setup.png 1179w, https://evoxt.com/zh/wp-content/uploads/sites/2/2021/12/initial-setup-300x130.png 300w, https://evoxt.com/zh/wp-content/uploads/sites/2/2021/12/initial-setup-1024x445.png 1024w, https://evoxt.com/zh/wp-content/uploads/sites/2/2021/12/initial-setup-768x334.png 768w" sizes="auto, (max-width: 1179px) 100vw, 1179px" /><br /><br />

Key in a New Password in order to change the Pritunl default password and key in Lets Encrypt Domain if you want to access your Pritunl dashboard through a domain name.<br /><br />

<h3>VPN Server Setup</h3>
To get a VPN setup with Pritunl, you will have to create an organization first. Go to the Users tab and click on Add Organization. Name the organization.<br />
<img loading="lazy" decoding="async" src="https://evoxt.com/wp-content/uploads/2021/12/add-organization.png" alt="" width="644" height="252" class="alignnone size-full wp-image-4297" srcset="https://evoxt.com/zh/wp-content/uploads/sites/2/2021/12/add-organization.png 644w, https://evoxt.com/zh/wp-content/uploads/sites/2/2021/12/add-organization-300x117.png 300w" sizes="auto, (max-width: 644px) 100vw, 644px" /><br /><br />

Then, create a user profile. Click on add user to proceed.<br />
<img loading="lazy" decoding="async" src="https://evoxt.com/wp-content/uploads/2021/12/add-user.png" alt="" width="619" height="477" class="alignnone size-full wp-image-4298" srcset="https://evoxt.com/zh/wp-content/uploads/sites/2/2021/12/add-user.png 619w, https://evoxt.com/zh/wp-content/uploads/sites/2/2021/12/add-user-300x231.png 300w" sizes="auto, (max-width: 619px) 100vw, 619px" /><br /><br />

Once a user profile is set up, you will have to create a server.<br />
Go to the Servers tab, click on Add Server.<br />
<img loading="lazy" decoding="async" src="https://evoxt.com/wp-content/uploads/2021/12/add-server.png" alt="" width="619" height="381" class="alignnone size-full wp-image-4299" srcset="https://evoxt.com/zh/wp-content/uploads/sites/2/2021/12/add-server.png 619w, https://evoxt.com/zh/wp-content/uploads/sites/2/2021/12/add-server-300x185.png 300w" sizes="auto, (max-width: 619px) 100vw, 619px" /><br /><br />

Name the server. The default configurations for other fields should be sufficient, click Add to create the server.<br /><br />

Once the server is created, click Attach Organization to add the organization and users to this server.<br />

<img loading="lazy" decoding="async" src="https://evoxt.com/wp-content/uploads/2021/12/attach-organization.png" alt="" width="625" height="337" class="alignnone size-full wp-image-4300" srcset="https://evoxt.com/zh/wp-content/uploads/sites/2/2021/12/attach-organization.png 625w, https://evoxt.com/zh/wp-content/uploads/sites/2/2021/12/attach-organization-300x162.png 300w" sizes="auto, (max-width: 625px) 100vw, 625px" /><br /><br />

Start the server. Your VPN server is now online and ready to be connected.<br />

<img loading="lazy" decoding="async" src="https://evoxt.com/wp-content/uploads/2021/12/vpn-server-started.png" alt="" width="1151" height="552" class="alignnone size-full wp-image-4301" srcset="https://evoxt.com/zh/wp-content/uploads/sites/2/2021/12/vpn-server-started.png 1151w, https://evoxt.com/zh/wp-content/uploads/sites/2/2021/12/vpn-server-started-300x144.png 300w, https://evoxt.com/zh/wp-content/uploads/sites/2/2021/12/vpn-server-started-1024x491.png 1024w, https://evoxt.com/zh/wp-content/uploads/sites/2/2021/12/vpn-server-started-768x368.png 768w" sizes="auto, (max-width: 1151px) 100vw, 1151px" /><br /><br />

<h3>Connect to your VPN server</h3><br />

<h4>1st Option</h4>
To connect to your VPN server, you can use Pritunl's VPN Client.<br /><br />

Here is the <a href="https://client.pritunl.com/#install" rel="noopener" target="_blank">download page</a>.<br /><br />

After installing, the easiest way to connect is to use the <strong>Get temporary profile links</strong> option.<br />
<img loading="lazy" decoding="async" src="https://evoxt.com/wp-content/uploads/2021/12/get-temporary-profile-links.png" alt="" width="1187" height="242" class="alignnone size-full wp-image-4302" srcset="https://evoxt.com/zh/wp-content/uploads/sites/2/2021/12/get-temporary-profile-links.png 1187w, https://evoxt.com/zh/wp-content/uploads/sites/2/2021/12/get-temporary-profile-links-300x61.png 300w, https://evoxt.com/zh/wp-content/uploads/sites/2/2021/12/get-temporary-profile-links-1024x209.png 1024w, https://evoxt.com/zh/wp-content/uploads/sites/2/2021/12/get-temporary-profile-links-768x157.png 768w" sizes="auto, (max-width: 1187px) 100vw, 1187px" /><br /><br />

Copy the Temporary uri link for Pritunl Client and paste it in your Pritunl Client by clicking Import Profile URI.<br />

<img loading="lazy" decoding="async" src="https://evoxt.com/wp-content/uploads/2021/12/import-profile-uri.png" alt="" width="445" height="570" class="alignnone size-full wp-image-4303" srcset="https://evoxt.com/zh/wp-content/uploads/sites/2/2021/12/import-profile-uri.png 445w, https://evoxt.com/zh/wp-content/uploads/sites/2/2021/12/import-profile-uri-234x300.png 234w" sizes="auto, (max-width: 445px) 100vw, 445px" /><br />

Click on the burger bar on the top right and click <strong>Connect to</strong> to connect to your VPN server<br />

<img loading="lazy" decoding="async" src="https://evoxt.com/wp-content/uploads/2021/12/connect-to-vpn-server.png" alt="" width="493" height="557" class="alignnone size-full wp-image-4304" srcset="https://evoxt.com/zh/wp-content/uploads/sites/2/2021/12/connect-to-vpn-server.png 493w, https://evoxt.com/zh/wp-content/uploads/sites/2/2021/12/connect-to-vpn-server-266x300.png 266w" sizes="auto, (max-width: 493px) 100vw, 493px" /><br />

You are now connected to your VPN server.<br />
<img loading="lazy" decoding="async" src="https://evoxt.com/wp-content/uploads/2021/12/connected-to-vpn-server.png" alt="" width="444" height="543" class="alignnone size-full wp-image-4305" srcset="https://evoxt.com/zh/wp-content/uploads/sites/2/2021/12/connected-to-vpn-server.png 444w, https://evoxt.com/zh/wp-content/uploads/sites/2/2021/12/connected-to-vpn-server-245x300.png 245w" sizes="auto, (max-width: 444px) 100vw, 444px" /><br />

<img loading="lazy" decoding="async" src="https://evoxt.com/wp-content/uploads/2021/12/whats-my-ip.png" alt="" width="709" height="403" class="alignnone size-full wp-image-4306" srcset="https://evoxt.com/zh/wp-content/uploads/sites/2/2021/12/whats-my-ip.png 709w, https://evoxt.com/zh/wp-content/uploads/sites/2/2021/12/whats-my-ip-300x171.png 300w" sizes="auto, (max-width: 709px) 100vw, 709px" /><br /><br />

<h4>2nd Option</h4>

Download OpenVPN client on <a href="https://openvpn.net/vpn-client/" rel="noopener" target="_blank">OpenVPN client's download page</a>. Install OpenVPN client.<br />

For OpenVPN client, because this is not Pritunl's Client, the URI will not work, you will have to use the download profile option in order to connect to your Pritunl server.<br />
<img loading="lazy" decoding="async" src="https://evoxt.com/wp-content/uploads/2021/12/download-profile.png" alt="" width="1165" height="190" class="alignnone size-full wp-image-4307" srcset="https://evoxt.com/zh/wp-content/uploads/sites/2/2021/12/download-profile.png 1165w, https://evoxt.com/zh/wp-content/uploads/sites/2/2021/12/download-profile-300x49.png 300w, https://evoxt.com/zh/wp-content/uploads/sites/2/2021/12/download-profile-1024x167.png 1024w, https://evoxt.com/zh/wp-content/uploads/sites/2/2021/12/download-profile-768x125.png 768w" sizes="auto, (max-width: 1165px) 100vw, 1165px" /><br /><br />

Once the profile is downloaded, extract the .tar file.<br /><br />

Then, drag the OVPN file extracted to your OpenVPN client as shown below.<br />
<img loading="lazy" decoding="async" src="https://evoxt.com/wp-content/uploads/2021/12/import-downlad-profile.png" alt="" width="1242" height="754" class="alignnone size-full wp-image-4308" srcset="https://evoxt.com/zh/wp-content/uploads/sites/2/2021/12/import-downlad-profile.png 1242w, https://evoxt.com/zh/wp-content/uploads/sites/2/2021/12/import-downlad-profile-300x182.png 300w, https://evoxt.com/zh/wp-content/uploads/sites/2/2021/12/import-downlad-profile-1024x622.png 1024w, https://evoxt.com/zh/wp-content/uploads/sites/2/2021/12/import-downlad-profile-768x466.png 768w" sizes="auto, (max-width: 1242px) 100vw, 1242px" /><br /><br />

Once the profile is imported. Click on the connect button and you are now connected to your VPN server.<br />

<img loading="lazy" decoding="async" src="https://evoxt.com/wp-content/uploads/2021/12/connecting-to-openvpn.png" alt="" width="397" height="677" class="alignnone size-full wp-image-4309" srcset="https://evoxt.com/zh/wp-content/uploads/sites/2/2021/12/connecting-to-openvpn.png 397w, https://evoxt.com/zh/wp-content/uploads/sites/2/2021/12/connecting-to-openvpn-176x300.png 176w" sizes="auto, (max-width: 397px) 100vw, 397px" /><br />

<img loading="lazy" decoding="async" src="https://evoxt.com/wp-content/uploads/2021/12/connected-to-openvpn.png" alt="" width="397" height="681" class="alignnone size-full wp-image-4310" srcset="https://evoxt.com/zh/wp-content/uploads/sites/2/2021/12/connected-to-openvpn.png 397w, https://evoxt.com/zh/wp-content/uploads/sites/2/2021/12/connected-to-openvpn-175x300.png 175w" sizes="auto, (max-width: 397px) 100vw, 397px" /><br />
<img loading="lazy" decoding="async" src="https://evoxt.com/wp-content/uploads/2021/12/whats-my-ip.png" alt="" width="709" height="403" class="alignnone size-full wp-image-4306" srcset="https://evoxt.com/zh/wp-content/uploads/sites/2/2021/12/whats-my-ip.png 709w, https://evoxt.com/zh/wp-content/uploads/sites/2/2021/12/whats-my-ip-300x171.png 300w" sizes="auto, (max-width: 709px) 100vw, 709px" /><br /><br />

<a href="https://evoxt.com/deploy/" rel="noopener" target="_blank">Deploy your own personal VPN server with just a single click!</a>







<p>The post <a href="https://evoxt.com/zh/2021/12/31/pritunl-one-click-installation/">Pritunl One-Click Installation</a> appeared first on <a href="https://evoxt.com/zh">益沃斯</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>HestiaCP One-Click Installation</title>
		<link>https://evoxt.com/zh/2021/07/20/hestiacp-one-click-installation/</link>
		
		<dc:creator><![CDATA[Evoxt]]></dc:creator>
		<pubDate>Tue, 20 Jul 2021 10:49:01 +0000</pubDate>
				<category><![CDATA[One-Click Installation]]></category>
		<guid isPermaLink="false">https://evoxt.com/?p=2765</guid>

					<description><![CDATA[<p>HestiaCP is an open-source control panel that provides an easy-to-use web interface to manage their websites and command-line interfaces to allow web server administrators that prefer to manage their website through CLI. HestiaCP is packed with features, such as user management, website management, DNS management, mailing account management, database, cron and even backup management. HestiaCP ... <a title="HestiaCP One-Click Installation" class="read-more" href="https://evoxt.com/zh/2021/07/20/hestiacp-one-click-installation/" aria-label="More on HestiaCP One-Click Installation">Read more</a></p>
<p>The post <a href="https://evoxt.com/zh/2021/07/20/hestiacp-one-click-installation/">HestiaCP One-Click Installation</a> appeared first on <a href="https://evoxt.com/zh">益沃斯</a>.</p>
]]></description>
										<content:encoded><![CDATA[<img decoding="async" style='width:150px;height:150px;margin:0 auto' src="/img/hestiacp.png" /><br /><br />

HestiaCP is an open-source control panel that provides an easy-to-use web interface to manage their websites and command-line interfaces to allow web server administrators that prefer to manage their website through CLI. HestiaCP is packed with features, such as user management, website management, DNS management, mailing account management, database, cron and even backup management.<br /><br />

HestiaCP is a fork of VestaCP. The birth of HestiaCP is caused by the inactivity of VestaCP development. HestiaCP has a large base of contributors in its GitHub repository. HestiaCP has several benefits over VestaCP because it has File Manager comes by default compared to VestaCP, which you have to pay for the file manager. Besides that, because HestiaCP is an active working project, it also has better security and updated PHP than VestaCP. HestiaCP also has Let's Encrypt support for web and email domains, while VestaCP does not.<br /><br />

<h2>Instruction</h2>
Check your email for your VM details. Your VM details are sent to your email inbox. <br />
Check your junk/ spam mail just in case.<br />
Did not receive it? <a href='https://console.evoxt.com/submitticket.php'>Contact us.</a><br />
<img loading="lazy" decoding="async" src="https://evoxt.com/wp-content/uploads/2021/06/details.png" alt="" width="492" height="581" class="alignnone size-full wp-image-2103" srcset="https://evoxt.com/zh/wp-content/uploads/sites/2/2021/06/details.png 492w, https://evoxt.com/zh/wp-content/uploads/sites/2/2021/06/details-254x300.png 254w" sizes="auto, (max-width: 492px) 100vw, 492px" /><br /><br />

<h2>Installation</h2><br />
The installation for HestiaCP is already completed by default with Evoxt's One-click installation. To login to your HestiaCP control panel web interface, head to YOUR_VM_IP:8083<br />
<div class="code">192.168.0.1:8083</div><br />
<img loading="lazy" decoding="async" src="https://evoxt.com/wp-content/uploads/2021/07/hestiacp-login.png" alt="" width="589" height="431" class="alignnone size-full wp-image-2766" srcset="https://evoxt.com/zh/wp-content/uploads/sites/2/2021/07/hestiacp-login.png 589w, https://evoxt.com/zh/wp-content/uploads/sites/2/2021/07/hestiacp-login-300x220.png 300w" sizes="auto, (max-width: 589px) 100vw, 589px" /><br /><br />

The default username and password will be admin : 1234567
<div class="code">
Username : <strong>admin</strong><br />
Password : <strong>1234567</strong><br />
</div><br /><br />

Because this is a fork of VestaCP, you can also reset the default server password with the same command:<br />
<div class="code">
v-change-user-password admin YOUR_NEW_PASSWORD<br />
</div>
<div class='cli'>[root@HestiaCP ~]# v-change-user-password admin EVOXT12345<br />
[root@HestiaCP ~]#<span class="green-box"> </span></div><br />
Remember to replace YOUR_NEW_PASSWORD with the password that you want to set for your admin account.<br /><br />

HestiaCP Dashboard<br />
<img loading="lazy" decoding="async" src="https://evoxt.com/wp-content/uploads/2021/07/hestiacp-dashboard-1024x487.png" alt="" width="900" height="428" class="alignnone size-large wp-image-2768" srcset="https://evoxt.com/zh/wp-content/uploads/sites/2/2021/07/hestiacp-dashboard-1024x487.png 1024w, https://evoxt.com/zh/wp-content/uploads/sites/2/2021/07/hestiacp-dashboard-300x143.png 300w, https://evoxt.com/zh/wp-content/uploads/sites/2/2021/07/hestiacp-dashboard-768x365.png 768w, https://evoxt.com/zh/wp-content/uploads/sites/2/2021/07/hestiacp-dashboard.png 1123w" sizes="auto, (max-width: 900px) 100vw, 900px" /><br />
<div class="notice">Remember to change your HestiaCP admin password to prevent any unauthorized access to your HestiaCP. <br />To do that, simply head to <strong>User &gt; Admin &gt; Edit &gt; Change password</strong> </div><br /><br />

<h3>Some additional information</h3><br />
You can also manage your HestiaCP through CLI, Here are the list of CLI written on HestiaCP documentation page that you can use : <a href="https://docs.hestiacp.com/cli_commands.html" rel="noopener" target="_blank">https://docs.hestiacp.com/cli_commands.html</a><br /><br />

<a href="https://evoxt.com/deploy">Deploy HestiaCP with Evoxt's HestiaCP One-Click Installation now!</a><br />
<a id='deploy-button-one-click' href='/deploy'>Deploy</a><p>The post <a href="https://evoxt.com/zh/2021/07/20/hestiacp-one-click-installation/">HestiaCP One-Click Installation</a> appeared first on <a href="https://evoxt.com/zh">益沃斯</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Minecraft One-Click Installation</title>
		<link>https://evoxt.com/zh/2021/07/06/minecraft-one-click-installation/</link>
		
		<dc:creator><![CDATA[Evoxt]]></dc:creator>
		<pubDate>Tue, 06 Jul 2021 20:14:35 +0000</pubDate>
				<category><![CDATA[One-Click Installation]]></category>
		<guid isPermaLink="false">https://evoxt.com/?p=2546</guid>

					<description><![CDATA[<p>Minecraft is a 3D video game that allows the players to create or break stuff apart. The objective of the games is survival and creation. In survival mode, players build to protect themselves from enemies such as creepers and zombies. While in creation mode, players create their desired 3D structure in this three-dimensional block world. ... <a title="Minecraft One-Click Installation" class="read-more" href="https://evoxt.com/zh/2021/07/06/minecraft-one-click-installation/" aria-label="More on Minecraft One-Click Installation">Read more</a></p>
<p>The post <a href="https://evoxt.com/zh/2021/07/06/minecraft-one-click-installation/">Minecraft One-Click Installation</a> appeared first on <a href="https://evoxt.com/zh">益沃斯</a>.</p>
]]></description>
										<content:encoded><![CDATA[<img decoding="async" style='width:150px;height:150px;margin:0 auto' src="https://console.evoxt.com/img/minecraft.svg" /><br /><br />

Minecraft is a 3D video game that allows the players to create or break stuff apart. The objective of the games is survival and creation. In survival mode, players build to protect themselves from enemies such as creepers and zombies. While in creation mode, players create their desired 3D structure in this three-dimensional block world. Minecraft hogs RAMs, so Evoxt recommends VM-1 plans and above that has a higher amount of RAM to run smoothly. With this Evoxt one-click installation, Minecraft Vanilla will be installed.<br /><br />

<h2>Instruction</h2>
Check your email for your VM details. Your VM details are sent to your email inbox. <br />
Check your junk/ spam mail just in case.<br />
Did not receive it? <a href='https://console.evoxt.com/submitticket.php'>Contact us.</a><br />
<img loading="lazy" decoding="async" src="https://evoxt.com/wp-content/uploads/2021/06/details.png" alt="" width="492" height="581" class="alignnone size-full wp-image-2103" srcset="https://evoxt.com/zh/wp-content/uploads/sites/2/2021/06/details.png 492w, https://evoxt.com/zh/wp-content/uploads/sites/2/2021/06/details-254x300.png 254w" sizes="auto, (max-width: 492px) 100vw, 492px" /><br /><br />

<h2>Installation</h2>
There are no installations needed for Minecraft, with Evoxt's Minecraft One-Click Installation. Evoxt got everything installed and configured for you.<br /><br />

To connect to your server, simply connect to your VM IP on the Multiplayer tab using <a href="https://tlauncher.org/en/" rel="noopener" target="_blank">Tlauncher</a> and you can start to play right away. <br /><br />


<h3>Some extra informations</h3>
You can view your Minecraft log by connecting to your VM and use the screen command<br />
<div class="code">screen -r</div>
<div class="cli">
[root@minecraft ~]# screen -r<br />
[18:30:15] [Worker-Main-5/INFO]: Preparing spawn area: 0%<br />
[18:30:15] [Worker-Main-5/INFO]: Preparing spawn area: 0%<br />
[18:30:15] [Worker-Main-5/INFO]: Preparing spawn area: 0%<br />
[18:30:15] [Worker-Main-5/INFO]: Preparing spawn area: 0%<br />
[18:30:15] [Worker-Main-5/INFO]: Preparing spawn area: 0%<br />
[18:30:15] [Worker-Main-5/INFO]: Preparing spawn area: 0%<br />
[18:30:15] [Worker-Main-5/INFO]: Preparing spawn area: 0%<br />
[18:30:16] [Worker-Main-6/INFO]: Preparing spawn area: 0%<br />
[18:30:16] [Worker-Main-5/INFO]: Preparing spawn area: 3%<br />
[18:30:17] [Worker-Main-6/INFO]: Preparing spawn area: 4%<br />
[18:30:17] [Worker-Main-5/INFO]: Preparing spawn area: 69%<br />
[18:30:18] [Worker-Main-5/INFO]: Preparing spawn area: 72%<br />
[18:30:18] [Worker-Main-8/INFO]: Preparing spawn area: 78%<br />
[18:30:19] [Worker-Main-8/INFO]: Preparing spawn area: 83%<br />
[18:30:19] [Worker-Main-8/INFO]: Preparing spawn area: 83%<br />
[18:30:20] [Worker-Main-7/INFO]: Preparing spawn area: 84%<br />
[18:30:20] [Worker-Main-6/INFO]: Preparing spawn area: 86%<br />
[18:30:21] [Worker-Main-5/INFO]: Preparing spawn area: 88%<br />
[18:30:21] [Worker-Main-8/INFO]: Preparing spawn area: 90%<br />
[18:30:22] [Worker-Main-5/INFO]: Preparing spawn area: 92%<br />
[18:30:22] [Worker-Main-5/INFO]: Preparing spawn area: 95%<br />
[18:30:23] [Server thread/INFO]: Time elapsed: 13613 ms<br />
[18:30:23] [Server thread/INFO]: Done (14.255s)! For help, type "help"<br />
</div>
When you are done, simply press CTRL+A+D to disconnect.<br /><br />

You can also restart your Minecraft server by using this command:<br />
<div class="code">systemctl restart minecraft.service</div>
<div class="cli">
[root@minecraft ~]# systemctl restart minecraft.service<br />
[root@MINECRAFT ~]# <span class='green-box'> </span>
</div><br /><br />
To check your Minecraft server status:<br />
<div class="code">systemctl status minecraft.service</div><br /><br />

To stop your Minecraft server:<br />
<div class="code"> systemctl stop minecraft.service</div><br /><br />

To start your Minecraft server:<br />
<div class="code">systemctl start minecraft.service</div><br /><br />

To start your Minecraft server automatically when server reboot ( This has been enabled by default ) :<br />
<div class="code">systemctl enable minecraft.service</div><br /><br />

To disable automatic start when server reboot :<br />
<div class="code">systemctl disable minecraft.service</div><br /><br />

If you upgraded your server, you can increase Minecraft server RAM by editing the ram config file on <strong>~/minecraft/minecraft_ram.conf</strong><br />
<div class="cli">
[root@minecraft ~]# vi ~/minecraft/minecraft_ram.conf</div><br />
<div class="cli">USE_RAM=1454M<br />
#This is calculated during the deployment of your VM. Increase this value if you upgraded your VM. M for MB, G for GB<br />
#Remember to add some buffer, we recommend 80% of your total available RAM
</div>
and do a Minecraft server restart<br />
<div class="cli">
[root@minecraft ~]# systemctl start minecraft.service<br />
[root@MINECRAFT ~]# <span class='green-box'> </span>
</div><br />

<br>
<a href="https://evoxt.com/deploy">Start your own personal game server, try Evoxt's Minecraft One-Click Installation now !</a><br />
<a id='deploy-button-one-click' href='/deploy'>Deploy</a><p>The post <a href="https://evoxt.com/zh/2021/07/06/minecraft-one-click-installation/">Minecraft One-Click Installation</a> appeared first on <a href="https://evoxt.com/zh">益沃斯</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>VestaCP One-Click Installation</title>
		<link>https://evoxt.com/zh/2021/07/06/vestacp-one-click-installation/</link>
		
		<dc:creator><![CDATA[Evoxt]]></dc:creator>
		<pubDate>Tue, 06 Jul 2021 15:50:43 +0000</pubDate>
				<category><![CDATA[One-Click Installation]]></category>
		<guid isPermaLink="false">https://evoxt.com/?p=2531</guid>

					<description><![CDATA[<p>VestaCP is an open-source web hosting control panel that helps you to manage your website easily with the easy-to-use GUI interface. It is so lightweight that it can run on Evoxt's smallest plan. Despite being lightweight, VestaCP is also feature-packed. VestaCP comes with many features such as DNS manager, email accounts, Database manager, cron manager, ... <a title="VestaCP One-Click Installation" class="read-more" href="https://evoxt.com/zh/2021/07/06/vestacp-one-click-installation/" aria-label="More on VestaCP One-Click Installation">Read more</a></p>
<p>The post <a href="https://evoxt.com/zh/2021/07/06/vestacp-one-click-installation/">VestaCP One-Click Installation</a> appeared first on <a href="https://evoxt.com/zh">益沃斯</a>.</p>
]]></description>
										<content:encoded><![CDATA[<img decoding="async" style='width:150px;height:150px;margin:0 auto' src="https://console.evoxt.com/img/vestacp.png" /><br /><br />

VestaCP is an open-source web hosting control panel that helps you to manage your website easily with the easy-to-use GUI interface. It is so lightweight that it can run on Evoxt's smallest plan. Despite being lightweight, VestaCP is also feature-packed. VestaCP comes with many features such as DNS manager, email accounts, Database manager, cron manager, and even backups. One special feature about VestaCP supports on NGINX, while even the most popular web hosting control panel, cPanel, couldn't even do. Okay, enough with the introduction, let's get started.<br /><br />

<h2>Instruction</h2>
Check your email for your VM details. Your VM details are sent to your email inbox. <br />
Check your junk/ spam mail just in case.<br />
Did not receive it? <a href='https://console.evoxt.com/submitticket.php'>Contact us.</a><br /><br />
<img loading="lazy" decoding="async" src="https://evoxt.com/wp-content/uploads/2021/06/details.png" alt="" width="492" height="581" class="alignnone size-full wp-image-2103" srcset="https://evoxt.com/zh/wp-content/uploads/sites/2/2021/06/details.png 492w, https://evoxt.com/zh/wp-content/uploads/sites/2/2021/06/details-254x300.png 254w" sizes="auto, (max-width: 492px) 100vw, 492px" /><br /><br />

<h2>Installation</h2>
VestaCP is already installed by default and no further steps are needed with Evoxt's VestaCP one-click installation.<br />
To configure your VestaCP, simply head to YOUR_VM_IP:8083 to access your VestaCP's control panel.<br />
<div class='code'>192.168.0.1:8083</div><br />
<img loading="lazy" decoding="async" src="https://evoxt.com/wp-content/uploads/2021/07/vestacp-login.png" alt="" width="459" height="310" class="alignnone size-full wp-image-2537" srcset="https://evoxt.com/zh/wp-content/uploads/sites/2/2021/07/vestacp-login.png 459w, https://evoxt.com/zh/wp-content/uploads/sites/2/2021/07/vestacp-login-300x203.png 300w" sizes="auto, (max-width: 459px) 100vw, 459px" /><br />
The default username and password will be:<br />
<div class="code">Username: <strong>admin</strong><br />
Password: <strong>1234567</strong></div><br /><br />

You can also reset the default password using this command:<br />
<div class="code">v-change-user-password admin YOUR_NEW_PASSWORD</div><br />
Remember to replace YOUR_NEW_PASSWORD with the password that you want to set for your admin account.<br />
<div class='cli'>[root@VestaCP ~]# v-change-user-password admin EVOXT12345!!<br />
[root@VestaCP ~]#<span class="green-box"> </span></div><br />
Login<br />
<img loading="lazy" decoding="async" src="https://evoxt.com/wp-content/uploads/2021/07/vestacp-dashboard.png" alt="" width="853" height="512" class="alignnone size-full wp-image-2538" srcset="https://evoxt.com/zh/wp-content/uploads/sites/2/2021/07/vestacp-dashboard.png 853w, https://evoxt.com/zh/wp-content/uploads/sites/2/2021/07/vestacp-dashboard-300x180.png 300w, https://evoxt.com/zh/wp-content/uploads/sites/2/2021/07/vestacp-dashboard-768x461.png 768w" sizes="auto, (max-width: 853px) 100vw, 853px" /><br /><br />

<div class="notice">Remember to change your VestaCP admin password to prevent any unauthorized access to your VestaCP. <br />To do that, simply head to <strong>User &gt; Admin &gt; Edit &gt; Change password</strong> </div><br />
<h3>Some additional information</h3>
You can also manage your VestaCP through CLI, Here are the list of CLI written on VestaCP documentation page that you can use : <a href="https://vestacp.com/docs/cli/" rel="noopener" target="_blank">https://vestacp.com/docs/cli/</a><br />

<a href="https://evoxt.com/deploy">Deploy VestaCP with Evoxt's VestaCP One-Click Installation now!</a><br />
<a id='deploy-button-one-click' href='/deploy'>Deploy</a><p>The post <a href="https://evoxt.com/zh/2021/07/06/vestacp-one-click-installation/">VestaCP One-Click Installation</a> appeared first on <a href="https://evoxt.com/zh">益沃斯</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>cPanel One-Click Installation</title>
		<link>https://evoxt.com/zh/2021/07/06/cpanel-one-click-installation/</link>
		
		<dc:creator><![CDATA[Evoxt]]></dc:creator>
		<pubDate>Tue, 06 Jul 2021 14:54:03 +0000</pubDate>
				<category><![CDATA[One-Click Installation]]></category>
		<guid isPermaLink="false">https://evoxt.com/?p=2508</guid>

					<description><![CDATA[<p>cPanel is the most popular Linux web hosting control panel. It features a user-friendly GUI interface to simplify website and server management. cPanel allows you to create websites, manage domains, access files, create email accounts, and more. cPanel is currently the industry standard for web hosting control panels. Powering almost all of the biggest shared ... <a title="cPanel One-Click Installation" class="read-more" href="https://evoxt.com/zh/2021/07/06/cpanel-one-click-installation/" aria-label="More on cPanel One-Click Installation">Read more</a></p>
<p>The post <a href="https://evoxt.com/zh/2021/07/06/cpanel-one-click-installation/">cPanel One-Click Installation</a> appeared first on <a href="https://evoxt.com/zh">益沃斯</a>.</p>
]]></description>
										<content:encoded><![CDATA[<img decoding="async" style='width:150px;height:150px;margin:0 auto' src="https://console.evoxt.com/img/cpanel-square.svg" /><br /><br />

cPanel is the most popular Linux web hosting control panel. It features a user-friendly GUI interface to simplify website and server management. cPanel allows you to create websites, manage domains, access files, create email accounts, and more. cPanel is currently the industry standard for web hosting control panels. Powering almost all of the biggest shared hosting companies out there. However, cPanel is not free, if you require a free control panel, take a look at CyberPanel, Evoxt recommends <a href="https://evoxt.com/one-click-installation/cyberpanel-one-click-installation/" rel="noopener" target="_blank">CyberPanel </a>as it has most of cPanel features and is powered by LiteSpeed.<br /><br />

<h2>Instruction</h2>
Check your email for your VM details. Your VM details are sent to your email inbox. <br />
Check your junk/ spam mail just in case.<br />
Did not receive it? <a href='https://console.evoxt.com/submitticket.php'>Contact us.</a><br /><br />
<img loading="lazy" decoding="async" src="https://evoxt.com/wp-content/uploads/2021/06/details.png" alt="" width="492" height="581" class="alignnone size-full wp-image-2103" srcset="https://evoxt.com/zh/wp-content/uploads/sites/2/2021/06/details.png 492w, https://evoxt.com/zh/wp-content/uploads/sites/2/2021/06/details-254x300.png 254w" sizes="auto, (max-width: 492px) 100vw, 492px" /><br /><br />

<h2>Installation</h2>
Head to YOUR_VM_IP:2087 <br />
<div class="code">192.168.0.1:2087 </div><br />
and Login with your VM username and VM password <br /><br />

Alternatively, you can <a href="https://evoxt.com/guides/how-to-connect-to-a-linux-vps-linux-vm/" rel="noopener" target="_blank">Connect to your VM</a>, <br />
type whmlogin to get your cPanel login link<br />
<div class="code">whmlogin</div><br />
<div class='cli'>[root@cPanel ~]# whmlogin<br />
https://5-226-xxx-xxx.cprapid.com:2087/cpsess1713461710/login/?session=root%3ajMsr_fdgZ17p9AR2%3acreate_user_session%2c16ac68e51eed4ba9a5d8c6148f4b4919<br />
[root@cPanel ~]#<span class="green-box"> </span></div>
Head to the url shown, click Agree to All<br />
<img loading="lazy" decoding="async" src="https://evoxt.com/wp-content/uploads/2021/07/cpanel-agreement.png" alt="" width="686" height="681" class="alignnone size-full wp-image-2511" srcset="https://evoxt.com/zh/wp-content/uploads/sites/2/2021/07/cpanel-agreement.png 686w, https://evoxt.com/zh/wp-content/uploads/sites/2/2021/07/cpanel-agreement-300x298.png 300w, https://evoxt.com/zh/wp-content/uploads/sites/2/2021/07/cpanel-agreement-150x150.png 150w" sizes="auto, (max-width: 686px) 100vw, 686px" /><br /><br />

Because <a href="https://cpanel.net/" rel="noopener" target="_blank">cPanel</a> is a licensed and paid product, you have to log in to your cPanel account and verify your license or obtain a free trial license.<br />
<img loading="lazy" decoding="async" src="https://evoxt.com/wp-content/uploads/2021/07/cpanel-trial.png" alt="" width="614" height="592" class="alignnone size-full wp-image-2512" srcset="https://evoxt.com/zh/wp-content/uploads/sites/2/2021/07/cpanel-trial.png 614w, https://evoxt.com/zh/wp-content/uploads/sites/2/2021/07/cpanel-trial-300x289.png 300w" sizes="auto, (max-width: 614px) 100vw, 614px" /><br /><br />

In this guide, we will be using a trial license.<br />
Login to your cPanel account or create an account<br />
<img loading="lazy" decoding="async" src="https://evoxt.com/wp-content/uploads/2021/07/cpanel-license-login-1.png" alt="" width="515" height="456" class="alignnone size-full wp-image-2526" srcset="https://evoxt.com/zh/wp-content/uploads/sites/2/2021/07/cpanel-license-login-1.png 515w, https://evoxt.com/zh/wp-content/uploads/sites/2/2021/07/cpanel-license-login-1-300x266.png 300w" sizes="auto, (max-width: 515px) 100vw, 515px" /><br /><br />

After logging in, the cPanel trial license will automatically activate. Click server setup to proceed.<br />
<img loading="lazy" decoding="async" src="https://evoxt.com/wp-content/uploads/2021/07/activate-trial-license.png" alt="" width="653" height="639" class="alignnone size-full wp-image-2516" srcset="https://evoxt.com/zh/wp-content/uploads/sites/2/2021/07/activate-trial-license.png 653w, https://evoxt.com/zh/wp-content/uploads/sites/2/2021/07/activate-trial-license-300x294.png 300w" sizes="auto, (max-width: 653px) 100vw, 653px" /><br /><br />

Fill in your email and the nameserver you want to set for your cPanel. Usually, this will be ns1.yourdomain and ns2.yourdomain. Click next.<br />
<img loading="lazy" decoding="async" src="https://evoxt.com/wp-content/uploads/2021/07/cpanel-email-nameservers.png" alt="" width="636" height="636" class="alignnone size-full wp-image-2517" srcset="https://evoxt.com/zh/wp-content/uploads/sites/2/2021/07/cpanel-email-nameservers.png 636w, https://evoxt.com/zh/wp-content/uploads/sites/2/2021/07/cpanel-email-nameservers-300x300.png 300w, https://evoxt.com/zh/wp-content/uploads/sites/2/2021/07/cpanel-email-nameservers-150x150.png 150w" sizes="auto, (max-width: 636px) 100vw, 636px" /><br /><br />

And you are done with your cPanel setup.<br />
<img loading="lazy" decoding="async" src="https://evoxt.com/wp-content/uploads/2021/07/cpanel-dashboard-1-1024x783.png" alt="" width="900" height="688" class="alignnone size-large wp-image-2522" srcset="https://evoxt.com/zh/wp-content/uploads/sites/2/2021/07/cpanel-dashboard-1-1024x783.png 1024w, https://evoxt.com/zh/wp-content/uploads/sites/2/2021/07/cpanel-dashboard-1-300x229.png 300w, https://evoxt.com/zh/wp-content/uploads/sites/2/2021/07/cpanel-dashboard-1-768x587.png 768w, https://evoxt.com/zh/wp-content/uploads/sites/2/2021/07/cpanel-dashboard-1.png 1087w" sizes="auto, (max-width: 900px) 100vw, 900px" /><br /><br />

<h3>Changing hostname</h3><br />
You are currently using cPanel generated hostname. It is recommended to change to your hostname. Head to networking <strong>setup &gt; change hostname</strong>.<br />
<img loading="lazy" decoding="async" src="https://evoxt.com/wp-content/uploads/2021/07/hostname-1-1024x756.png" alt="" width="900" height="664" class="alignnone size-large wp-image-2524" srcset="https://evoxt.com/zh/wp-content/uploads/sites/2/2021/07/hostname-1-1024x756.png 1024w, https://evoxt.com/zh/wp-content/uploads/sites/2/2021/07/hostname-1-300x222.png 300w, https://evoxt.com/zh/wp-content/uploads/sites/2/2021/07/hostname-1-768x567.png 768w, https://evoxt.com/zh/wp-content/uploads/sites/2/2021/07/hostname-1.png 1067w" sizes="auto, (max-width: 900px) 100vw, 900px" /><br /><br />

<img loading="lazy" decoding="async" src="https://evoxt.com/wp-content/uploads/2021/07/cpanel-hostname.png" alt="" width="950" height="695" class="alignnone size-full wp-image-2520" srcset="https://evoxt.com/zh/wp-content/uploads/sites/2/2021/07/cpanel-hostname.png 950w, https://evoxt.com/zh/wp-content/uploads/sites/2/2021/07/cpanel-hostname-300x219.png 300w, https://evoxt.com/zh/wp-content/uploads/sites/2/2021/07/cpanel-hostname-768x562.png 768w" sizes="auto, (max-width: 950px) 100vw, 950px" /><br /><br />

Voilaa, you are done. Feel free to browse around and create websites/manage accounts!<br /><br />

<a href="https://evoxt.com/deploy">Deploy a cPanel web hosting control panel with Evoxt's cPanel One-Click Installation now!</a><br />
<a id='deploy-button-one-click' href='/deploy'>Deploy</a><p>The post <a href="https://evoxt.com/zh/2021/07/06/cpanel-one-click-installation/">cPanel One-Click Installation</a> appeared first on <a href="https://evoxt.com/zh">益沃斯</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>CyberPanel One-Click Installation</title>
		<link>https://evoxt.com/zh/2021/07/05/cyberpanel-one-click-installation/</link>
		
		<dc:creator><![CDATA[Evoxt]]></dc:creator>
		<pubDate>Mon, 05 Jul 2021 22:12:12 +0000</pubDate>
				<category><![CDATA[One-Click Installation]]></category>
		<guid isPermaLink="false">https://evoxt.com/?p=2484</guid>

					<description><![CDATA[<p>CyberPanel is a web hosting control panel powered by LiteSpeed Server. CyberPanel is one of the cPanel alternatives, and it has many features and interface that resembles cPanel. Such as different users, automatic SSL installation, FTP server, DNS server, phpMyAdmin, email, firewall and even automatic backup and restore. CyberPanel also has options such as WordPress ... <a title="CyberPanel One-Click Installation" class="read-more" href="https://evoxt.com/zh/2021/07/05/cyberpanel-one-click-installation/" aria-label="More on CyberPanel One-Click Installation">Read more</a></p>
<p>The post <a href="https://evoxt.com/zh/2021/07/05/cyberpanel-one-click-installation/">CyberPanel One-Click Installation</a> appeared first on <a href="https://evoxt.com/zh">益沃斯</a>.</p>
]]></description>
										<content:encoded><![CDATA[<img decoding="async" style='width:150px;height:150px;margin:0 auto' src="https://console.evoxt.com/img/cyberpanel.svg" /><br /><br />

<a href="https://cyberpanel.net/" rel="noopener" target="_blank">CyberPanel</a> is a web hosting control panel powered by LiteSpeed Server. CyberPanel is one of the cPanel alternatives, and it has many features and interface that resembles cPanel. Such as different users, automatic SSL installation, FTP server, DNS server, phpMyAdmin, email, firewall and even automatic backup and restore. CyberPanel also has options such as WordPress and Magento one-click installation, so you can still get the easy to install features with CyberPanel. Even better, everything is free if you install through Evoxt's CyberPanel one-click installation as Evoxt installs the free option, OpenLiteSpeed, with our installer.<br /><br />

<h2>Instruction</h2>
Check your email for your VM details. Your VM details are sent to your email inbox. <br />
Check your junk/ spam mail just in case.<br />
Did not receive it? <a href='https://console.evoxt.com/submitticket.php'>Contact us.</a><br /><br />
<img loading="lazy" decoding="async" src="https://evoxt.com/wp-content/uploads/2021/06/details.png" alt="" width="492" height="581" class="alignnone size-full wp-image-2103" srcset="https://evoxt.com/zh/wp-content/uploads/sites/2/2021/06/details.png 492w, https://evoxt.com/zh/wp-content/uploads/sites/2/2021/06/details-254x300.png 254w" sizes="auto, (max-width: 492px) 100vw, 492px" /><br /><br />

<h2>Installation</h2>
There are no installation steps required with Evoxt's one-click installer, simply head to <strong>https://YOUR_VM_IP:8090</strong> to access your CyberPanel admin panel.<br />
<div class="code">https://192.168.0.1:8090</div><br />
<img loading="lazy" decoding="async" src="https://evoxt.com/wp-content/uploads/2021/07/cyberpanel-login-1024x604.png" alt="" width="900" height="531" class="alignnone size-large wp-image-2488" srcset="https://evoxt.com/zh/wp-content/uploads/sites/2/2021/07/cyberpanel-login-1024x604.png 1024w, https://evoxt.com/zh/wp-content/uploads/sites/2/2021/07/cyberpanel-login-300x177.png 300w, https://evoxt.com/zh/wp-content/uploads/sites/2/2021/07/cyberpanel-login-768x453.png 768w, https://evoxt.com/zh/wp-content/uploads/sites/2/2021/07/cyberpanel-login.png 1130w" sizes="auto, (max-width: 900px) 100vw, 900px" /><br />
The default username and password will be<br />
<div class="code">
Username : <strong>admin</strong><br />
Password : <strong>1234567</strong>
</div><br /><br />

or you can reset your CyberPanel's admin password using this command. Where the <strong>newpassword</strong> is the password that you will set as your CyberPanel admin password.<br />
<div class="code">
adminPass newpassword
</div><br />
<div class='cli'>
[root@CYBERPANEL ~]# adminPass ABC123<br />
Admin password successfully changed!<br />
[root@CYBERPANEL  ~]# <span class='green-box'> </span>
</div><br />
<img loading="lazy" decoding="async" src="https://evoxt.com/wp-content/uploads/2021/07/cyberpanel-dashboard.png" alt="" width="972" height="826" class="alignnone size-full wp-image-2506" srcset="https://evoxt.com/zh/wp-content/uploads/sites/2/2021/07/cyberpanel-dashboard.png 972w, https://evoxt.com/zh/wp-content/uploads/sites/2/2021/07/cyberpanel-dashboard-300x255.png 300w, https://evoxt.com/zh/wp-content/uploads/sites/2/2021/07/cyberpanel-dashboard-768x653.png 768w" sizes="auto, (max-width: 972px) 100vw, 972px" /><br /><br />

<h3>Extra Information</h3>
OpenLiteSpeed server is also installed by default and you can access YOUR_VM_IP:7080 to access the OpenLiteSpeed server dashboard.<br />
<div class='code'>192.168.0.1:7080</div><br />
<img loading="lazy" decoding="async" src="https://evoxt.com/wp-content/uploads/2021/06/open-litespeed-login-1.png" alt="" width="422" height="506" class="alignnone size-full wp-image-2296" srcset="https://evoxt.com/zh/wp-content/uploads/sites/2/2021/06/open-litespeed-login-1.png 422w, https://evoxt.com/zh/wp-content/uploads/sites/2/2021/06/open-litespeed-login-1-250x300.png 250w" sizes="auto, (max-width: 422px) 100vw, 422px" /><br />
To get your login id and password, login to <a href="https://evoxt.com/guides/how-to-connect-to-a-linux-vps-linux-vm/">your vps through SSH</a> and key in this line of code:<br />
<div class='code'>cat /usr/local/lsws/adminpasswd</div><br />
<div class='cli'>
[root@OLS www]# cat /usr/local/lsws/adminpasswd<br />
WebAdmin user/password is admin/MTFmZDEx<br />
[root@OLS www]# <span class='green-box'> </span>
</div><br />
or you can reset the password by using this command:<br />
<div class='code'>/usr/local/lsws/admin/misc/admpass.sh</div>
<div class='cli'>
[root@OLS www]# /usr/local/lsws/admin/misc/admpass.sh<br />
Please specify the user name of administrator.<br />
This is the user name required to login the administration Web interface.<br /><br />

User name [admin]: admin<br /><br />

Please specify the administrator's password.<br />
This is the password required to login the administration Web interface.<br /><br />

Password:<br />
Retype password:<br />
Administrator's username/password is updated successfully!<br />
[root@OLS www]# <span class='green-box'> </span></div><br />

<div class='notice'>Please change your CyberPanel :8090 and OpenLiteSpeed :7080 default password to prevent any potential unauthorized attempt</div>
All the configuration files are stored here <strong>/usr/local/lsws/</strong>
you can do the configuration through CLI as well.

<h3>Restarting CyberPanel &amp; OpenLiteSpeed server</h3>
You can restart your CyberPanel by running this command<br />
<div class="code">systemctl restart lscpd</div><br />
You can restart your OpenLiteSpeed server by accessing your OpenLiteSpeed panel and click graceful restart on the top right <br />
<img loading="lazy" decoding="async" src="https://evoxt.com/wp-content/uploads/2021/06/openlitespeed-restart-1024x500.png" alt="" width="900" height="439" class="alignnone size-large wp-image-2298" srcset="https://evoxt.com/zh/wp-content/uploads/sites/2/2021/06/openlitespeed-restart-1024x500.png 1024w, https://evoxt.com/zh/wp-content/uploads/sites/2/2021/06/openlitespeed-restart-300x146.png 300w, https://evoxt.com/zh/wp-content/uploads/sites/2/2021/06/openlitespeed-restart-768x375.png 768w, https://evoxt.com/zh/wp-content/uploads/sites/2/2021/06/openlitespeed-restart-1536x749.png 1536w, https://evoxt.com/zh/wp-content/uploads/sites/2/2021/06/openlitespeed-restart.png 1900w" sizes="auto, (max-width: 900px) 100vw, 900px" /><br />
or you can use these 2 command to restart and reload your OpenLiteSpeed server configuration<br />
<div class='code'>/usr/local/lsws/bin/lswsctrl restart<br />
/usr/local/lsws/bin/lswsctrl reload</div><br /><br />

<h3>CyberPanel's MySQL password</h3>
This is usually not needed, but it is here just incase this is needed.<br />
<div class='code'> cat /etc/cyberpanel/mysqlPassword </div><br />
<div class="cli"><br />
[root@CYBERPANEL ~]# cat /etc/cyberpanel/mysqlPassword<br />
KPUmYV6OHQbILL<br />
[root@CYBERPANEL ~]# <span class='green-box'> </span></div>
</div>
<br>
<a href="https://evoxt.com/deploy">Get your new FREE CyberPanel with Evoxt's CyberPanel One-Click Installation now!</a><br />
<a id='deploy-button-one-click' href='/deploy'>Deploy</a>


<p>The post <a href="https://evoxt.com/zh/2021/07/05/cyberpanel-one-click-installation/">CyberPanel One-Click Installation</a> appeared first on <a href="https://evoxt.com/zh">益沃斯</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Magento One-Click Installation</title>
		<link>https://evoxt.com/zh/2021/07/04/magento-one-click-installation/</link>
		
		<dc:creator><![CDATA[Evoxt]]></dc:creator>
		<pubDate>Sun, 04 Jul 2021 20:36:47 +0000</pubDate>
				<category><![CDATA[One-Click Installation]]></category>
		<guid isPermaLink="false">https://evoxt.com/?p=2473</guid>

					<description><![CDATA[<p>Set up your new eCommerce website powered by Open-source Magento with Evoxt with only a single click with our One-Click Installation Script. Magento is an open-source e-commerce platform that is written with PHP. Magento is written in a way that is optimized and targeted towards eCommerce websites hence it is very scalable, which makes it ... <a title="Magento One-Click Installation" class="read-more" href="https://evoxt.com/zh/2021/07/04/magento-one-click-installation/" aria-label="More on Magento One-Click Installation">Read more</a></p>
<p>The post <a href="https://evoxt.com/zh/2021/07/04/magento-one-click-installation/">Magento One-Click Installation</a> appeared first on <a href="https://evoxt.com/zh">益沃斯</a>.</p>
]]></description>
										<content:encoded><![CDATA[<img decoding="async" style='width:150px;height:150px;margin:0 auto' src="https://console.evoxt.com/img/magento.svg" /><br />
Set up your new eCommerce website powered by Open-source Magento with Evoxt with only a single click with our One-Click Installation Script.<br /><br />

Magento is an open-source e-commerce platform that is written with PHP. Magento is written in a way that is optimized and targeted towards eCommerce websites hence it is very scalable, which makes it suitable for medium-sized eCommerce stores that are looking to expand their business. Large corporations such as Nintendo, Ford and more are using Magento to run their eCommerce website. Installing Magento on your own may seem like a technical challenge, however with Evoxt's Magento One-Click installation, you can skip all these hassles. Let's get started.<br /><br />

<h2>Instruction</h2>
Check your email for your VM details. Your VM details are sent to your email inbox. <br />
Check your junk/ spam mail just in case.<br />
Did not receive it? <a href='https://console.evoxt.com/submitticket.php'>Contact us.</a><br /><br />
<img loading="lazy" decoding="async" src="https://evoxt.com/wp-content/uploads/2021/06/details.png" alt="" width="492" height="581" class="alignnone size-full wp-image-2103" srcset="https://evoxt.com/zh/wp-content/uploads/sites/2/2021/06/details.png 492w, https://evoxt.com/zh/wp-content/uploads/sites/2/2021/06/details-254x300.png 254w" sizes="auto, (max-width: 492px) 100vw, 492px" /><br /><br />

<h2>Installation</h2>
With Evoxt's Magento one-click installation, everything is already installed by default.<br /><br />

To login to your Magento Admin Panel, simply go to YOUR_VM_IP/admin<br />
<img loading="lazy" decoding="async" src="https://evoxt.com/wp-content/uploads/2021/07/Magento-admin.png" alt="" width="735" height="756" class="alignnone size-full wp-image-2474" srcset="https://evoxt.com/zh/wp-content/uploads/sites/2/2021/07/Magento-admin.png 735w, https://evoxt.com/zh/wp-content/uploads/sites/2/2021/07/Magento-admin-292x300.png 292w" sizes="auto, (max-width: 735px) 100vw, 735px" /><br /><br />

The default username and password will be:<br />
<div class="code">
Username : <strong>admin</strong>
Password : <strong>admin123</strong>
</div>

<img loading="lazy" decoding="async" src="https://evoxt.com/wp-content/uploads/2021/07/magento-admin-dashboard.png" alt="" width="1024" height="863" class="alignnone size-full wp-image-2475" srcset="https://evoxt.com/zh/wp-content/uploads/sites/2/2021/07/magento-admin-dashboard.png 1024w, https://evoxt.com/zh/wp-content/uploads/sites/2/2021/07/magento-admin-dashboard-300x253.png 300w, https://evoxt.com/zh/wp-content/uploads/sites/2/2021/07/magento-admin-dashboard-768x647.png 768w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /><br />
Don't forget to change your default admin login details to prevent any potential unauthorized activity to your website.<br />
To change your password, click on your admin on the top right and click account setting.<br />
<img loading="lazy" decoding="async" src="https://evoxt.com/wp-content/uploads/2021/07/magento-admin-changepassword.png" alt="" width="1016" height="855" class="alignnone size-full wp-image-2476" srcset="https://evoxt.com/zh/wp-content/uploads/sites/2/2021/07/magento-admin-changepassword.png 1016w, https://evoxt.com/zh/wp-content/uploads/sites/2/2021/07/magento-admin-changepassword-300x252.png 300w, https://evoxt.com/zh/wp-content/uploads/sites/2/2021/07/magento-admin-changepassword-768x646.png 768w" sizes="auto, (max-width: 1016px) 100vw, 1016px" /><br /><br />

Point your Domain<br />
Read the guide here: <a href="https://evoxt.com/guides/how-to-point-a-domain-to-your-vm/" rel="noopener" target="_blank">https://evoxt.com/guides/how-to-point-a-domain-to-your-vm/</a><br />
to learn how to point your domain to your VM.<br /><br />

<h3>Extra Information</h3>
Evoxt's Magento one-click installation also have Magento CLI installed.<br />
To use it, simply connect to your VM and head to your Magento root directory<br />
<div class="code">
cd /var/www/html
</div>
and run <strong>bin/magento your_command</strong><br /><br />

Here are some guides regarding the commands that are available<br />
<a href="https://devdocs.magento.com/guides/v2.4/config-guide/cli/config-cli-subcommands.html" rel="noopener" target="_blank">https://devdocs.magento.com/guides/v2.4/config-guide/cli/config-cli-subcommands.html</a><br /><br />

<h3>MySQL password</h3>
With Evoxt's Magento one-click installation, your database password are stored in <strong>/var/log/mysqld.log</strong><br />
Simply use this command to get your MySQL password<br />
<div class='code'>cat /var/log/mysqld.log</div>
<div class='cli'>
[root@TEST ~]# cat /var/log/mysqld.log<br />
ZmM1MGU5ZWFmNzJlMmNkYm<br />
[root@TEST ~]# <span class='green-box'> </span>
</div>
<br>
<br />
<a href="https://evoxt.com/deploy">Setup your eCommerce website with Evoxt cloud virtual machine now!</a><br />
<a id='deploy-button-one-click' href='/deploy'>Deploy</a><p>The post <a href="https://evoxt.com/zh/2021/07/04/magento-one-click-installation/">Magento One-Click Installation</a> appeared first on <a href="https://evoxt.com/zh">益沃斯</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Docker One-Click Installation</title>
		<link>https://evoxt.com/zh/2021/06/19/docker-one-click-installation/</link>
		
		<dc:creator><![CDATA[Evoxt]]></dc:creator>
		<pubDate>Sat, 19 Jun 2021 16:05:12 +0000</pubDate>
				<category><![CDATA[One-Click Installation]]></category>
		<guid isPermaLink="false">https://evoxt.com/?p=2303</guid>

					<description><![CDATA[<p>Docker is a tool that allows developers to create, deploy and run applications using containers easily. Container will enable developers to package applications and dependencies in one container and deploy them as a single package, ensuring that the application will run smoothly on all Linux machines regardless of the distribution or setting made on the ... <a title="Docker One-Click Installation" class="read-more" href="https://evoxt.com/zh/2021/06/19/docker-one-click-installation/" aria-label="More on Docker One-Click Installation">Read more</a></p>
<p>The post <a href="https://evoxt.com/zh/2021/06/19/docker-one-click-installation/">Docker One-Click Installation</a> appeared first on <a href="https://evoxt.com/zh">益沃斯</a>.</p>
]]></description>
										<content:encoded><![CDATA[<img decoding="async" style='width:150px;height:150px;margin:0 auto' src="https://console.evoxt.com/img/docker.svg" /><br />
Docker is a tool that allows developers to create, deploy and run applications using containers easily. Container will enable developers to package applications and dependencies in one container and deploy them as a single package, ensuring that the application will run smoothly on all Linux machines regardless of the distribution or setting made on the system. Docker acts like a virtual machine, but unlike a virtual machine creating a whole operating system, Docker uses the same Linux kernel as the system. This gives a huge performance boost and making docker lightweight.<br /><br />

With Evoxt's Docker One-Click Installation, Docker will be installed and ready to be used right away.<br /><br />

<h3>Docker Commands</h3><br />
Here is a list of useful base Docker command from Docker's documentation<br />
<div class='code'>
<strong>docker attach</strong>	Attach local standard input, output, and error streams to a running container<br />
<strong>docker build</strong>	Build an image from a Dockerfile<br />
<strong>docker builder</strong>	Manage builds<br />
<strong>docker checkpoint</strong>	Manage checkpoints<br />
<strong>docker commit</strong>	Create a new image from a container’s changes<br />
<strong>docker config</strong>	Manage Docker configs<br />
<strong>docker container</strong>	Manage containers<br />
<strong>docker context</strong>	Manage contexts<br />
<strong>docker cp</strong>	Copy files/folders between a container and the local filesystem<br />
<strong>docker create</strong>	Create a new container<br />
<strong>docker diff</strong>	Inspect changes to files or directories on a container’s filesystem<br />
<strong>docker events</strong>	Get real-time events from the server<br />
<strong>docker exec</strong>	Run a command in a running container<br />
<strong>docker export</strong>	Export a container’s filesystem as a tar archive<br />
<strong>docker history</strong>	Show the history of an image<br />
<strong>docker image</strong>	Manage images<br />
<strong>docker images</strong>	List images<br />
<strong>docker import</strong>	Import the contents from a tarball to create a filesystem image<br />
<strong>docker info</strong>	Display system-wide information<br />
<strong>docker inspect</strong>	Return low-level information on Docker objects<br />
<strong>docker kill</strong>	Kill one or more running containers<br />
<strong>docker load</strong>	Load an image from a tar archive or STDIN<br />
<strong>docker login</strong>	Log in to a Docker registry<br />
<strong>docker logout</strong>	Log out from a Docker registry<br />
<strong>docker logs</strong>	Fetch the logs of a container<br />
<strong>docker manifest</strong>	Manage Docker image manifests and manifest lists<br />
<strong>docker network</strong>	Manage networks<br />
<strong>docker node</strong>	Manage Swarm nodes<br />
<strong>docker pause</strong>	Pause all processes within one or more containers<br />
<strong>docker plugin</strong>	Manage plugins<br />
<strong>docker port</strong>	List port mappings or a specific mapping for the container<br />
<strong>docker ps</strong>	List containers<br />
<strong>docker pull</strong>	Pull an image or a repository from a registry<br />
<strong>docker push</strong>	Push an image or a repository to a registry<br />
<strong>docker rename</strong>	Rename a container<br />
<strong>docker restart</strong>	Restart one or more containers<br />
<strong>docker rm</strong>	Remove one or more containers<br />
<strong>docker rmi</strong>	Remove one or more images<br />
<strong>docker run</strong>	Run a command in a new container<br />
<strong>docker save</strong>	Save one or more images to a tar archive (streamed to STDOUT by default)<br />
<strong>docker search</strong>	Search the Docker Hub for images<br />
<strong>docker secret</strong>	Manage Docker secrets<br />
<strong>docker service</strong>	Manage services<br />
<strong>docker stack</strong>	Manage Docker stacks<br />
<strong>docker start</strong>	Start one or more stopped containers<br />
<strong>docker stats</strong>	Display a live stream of container(s) resource usage statistics<br />
<strong>docker stop</strong>	Stop one or more running containers<br />
<strong>docker swarm</strong>	Manage Swarm<br />
<strong>docker system</strong>	Manage Docker<br />
<strong>docker tag</strong>	Create a tag TARGET_IMAGE that refers to SOURCE_IMAGE<br />
<strong>docker top</strong>	Display the running processes of a container<br />
<strong>docker trust</strong>	Manage trust on Docker images<br />
<strong>docker unpause</strong>	Unpause all processes within one or more containers<br />
<strong>docker update</strong>	Update configuration of one or more containers<br />
<strong>docker version</strong>	Show the Docker version information<br />
<strong>docker volume</strong>	Manage volumes<br />
<strong>docker wait</strong>	Block until one or more containers stop, then print their exit codes</div><br /><br />

<a href="https://evoxt.com/deploy">Get started with your development right away without worrying about installing any prerequisites with Evoxt's Docker One-Click Installation</a><br />
<a id='deploy-button-one-click' href='/deploy'>Deploy</a><p>The post <a href="https://evoxt.com/zh/2021/06/19/docker-one-click-installation/">Docker One-Click Installation</a> appeared first on <a href="https://evoxt.com/zh">益沃斯</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
