RAKsmart美国裸机云服务器一键安装NoKVM主控面板教程

".extra-menu { background-color: #f3f3f3; padding: 20px; } .extra-menu .extra-menu-h { height: 36px; } .extra-menu .extra-menu-h h3 { display:inline-block; } .extra-menu ul a{ text-decoration: none; } .extra-menu .menu-child { text-indent: 4em; } .extra-menu .menu-child:before { left: 4em; } .extra-menu .extra-menu-h h3 { line-height: 36px; } .collapse-toggle { float: right; cursor: pointer; user-select: none; display: inline-flex; align-items: center; font-size: 14px; } .collapse-toggle img { width: 30%; transform: rotate(180deg); } .collapse-content { margin-bottom: 0px !important; margin-top: 20px !important; overflow: hidden; max-height: 0; transition: max-height 0.3s ease-out; } .collapse-content.expanded { max-height: 1000px; /\* 设置一个足够大的值,确保内容可以完全展开 \*/ } .ph-id { position: relative; top: -90px; } jQuery(document).ready(function( $ ) { $('.collapse-toggle').on('click',function(){ var content = document.querySelector('.collapse-content'); content.classList.toggle('expanded'); if (content.classList.contains('expanded')) { $(this).find('div').text('收起'); $(this).find('img').css('transform','rotate(180deg)'); } else { $(this).find('div').text('展开'); $(this).find('img').css('transform','rotate(0deg)'); } }) })

NoKVM是一款基于Web的KVM虚拟化控制面板,管理员可以通过点击按钮即时创建主机,全自动化部署,简单易用。[RAKsmart](/#)裸机云服务器独享硬件资源,性能优越,支持按需升级带宽大小、IP防御值和网络等配置,自上线以来,收获了众多好评。本教程主要介绍下RAKsmart美国裸机云服务器如何安装NoKVM主控面板。

![](https://www.idcspy.com/wp-content/uploads/2021/12/1-160.jpg)

RAKsmart裸机云服务器目前可选中国香港机房、美国机房(洛杉矶或硅谷)、日本机房,每个机房提供有多款配置产品可供选择。这里以RAKsmart美国裸机云服务器(洛杉矶机房)为例,默认是32GB内存,有大陆优化和CN2线路可选,支持Windows系统和主流Linux发行版,系统盘默认是100G,数据盘起步是1T SSD存储,也可按需升级至更高配置。

RAKsmart优惠码: [专属优惠链接](https://go.idcspy.com/www.raksmart.com/)

**CPU**

**内存**

**硬盘**

**宽带**

**流量**

**原价**

**优惠链接**

E5-2620

32G

1T SDD

100M

不限流量

$99.00

[点击查看](https://go.idcspy.com/rak913)

E5-2650

32G

1T SDD

100M

不限流量

$129.00

[点击查看](https://go.idcspy.com/rak914)

E5-2680

32G

1T SDD

100M

不限流量

$159.00

[点击查看](https://go.idcspy.com/rak915)

E5-2690

32G

1T SDD

100M

不限流量

$179.00

[点击查看](https://go.idcspy.com/rak916)

E5-2697

32G

1T SDD

100M

不限流量

$189.00

[点击查看](https://go.idcspy.com/rak917)

E5-2620\*2

32G

1T SDD

100M

不限流量

$189.00

[点击查看](https://go.idcspy.com/rak892)

E5-2650\*2

32G

1T SSD

100M

不限流量

$219.00

[点击查看](https://go.idcspy.com/rak893)

E5-2680\*2

32G

1T SSD

100M

不限流量

$239.00

[点击查看](https://go.idcspy.com/rak894)

E5-2690\*2

32G

1T SSD

100M

不限流量

$279.00

[点击查看](https://go.idcspy.com/rak895)

E5-2697\*2

32G

1T SSD

100M

不限流量

$299.00

[点击查看](https://go.idcspy.com/rak896)

RAKsmart美国裸机云服务器([CentOS](/#) 7.0系统)开通后,主机商会发送一封带有服务器IP地址、主机名、root账号密码等信息的邮件到之前填写的电子邮件地址上,我们可以通过SSH工具登录到服务器。服务器连接成功后,运行下面的NoKVM安装脚本,按下Enter回车键后,系统便自动部署相关环境(如LNMP环境)。

[NoKVM](/#)安装脚本:

> yum install wget -y && wget -O nokvm\_controller\_v2.1.7.tar.gz http://down.tasiyun.com/installer/nokvm\_controller\_v2.1.7.tar.gz && tar xzf nokvm\_controller\_v2.1.7.tar.gz && cd controller\_2.1.7 && ./install.sh

LNMP环境部署好后,系统会自动启动Nginx、MySQL、PHP-FPM应用,然后配置NoKVM面板,根据提示设置一个MySQL数据库密码、NoKVM主控面板用户名(电子邮箱地址)、面板登录密码。

![](https://www.idcspy.com/wp-content/uploads/2021/12/41.jpg)

相关信息设置完毕后,如果看到以下类似信息,表示NoKVM主控面板已成功安装。

![](https://www.idcspy.com/wp-content/uploads/2021/12/42.jpg)

然后打开Web浏览器,在地址栏输入该RAKsmart[美国服务器](https://www.idcspy.com/)的IP地址,便会显示NoKVM面板登录页面,在对应文本框中填写先前设置的电子邮箱地址和密码登录即可。

![](https://www.idcspy.com/wp-content/uploads/2021/12/1-159.jpg)

NoKVM面板登录成功后,我们点击主页的“控制台”可以看到所安装的NoKVM面板版本号,IP、云主机、节点等信息,之后可根据需要开通云主机。

![](https://www.idcspy.com/wp-content/uploads/2021/12/43.jpg)"

松果号 作者:松果号原创文章,如若转载,请注明出处:https://www.6480i.com/archives/104537.html

(0)
松果号松果号
上一篇 2小时前
下一篇 2小时前

推荐阅读

发表回复

登录后才能评论