".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)'); } }) })
[美国主机](https://www.idcspy.com/)商Vultr主要提供基于KVM架构的云服务器产品,那么如何搭建VPS云服务器呢?下面就来看下创建VPS云服务器的操作步骤。
**1、登录官网**
通过[Vultr活动链接](https://go.idcspy.com/vultr50)进入官网页面登录Vultr账户,进入到个人面板,选择 “Products” ,点击右边蓝色的 “+” 创建VPS云主机。
![](https://www.idcspy.com/wp-content/uploads/2021/04/vultrvps-1024x323.png)
**2、选择合适的机房**
Vultr主机商全球有17个数据中心,分布在欧洲、亚洲、北美洲、澳大利亚地区,Vultr网站上有各数据中心IP测试地址,我们可以根据测试结果选择合适的机房,具体机房选择可以查看:《[Vultr哪个机房好](/#)》。
![](https://www.idcspy.com/wp-content/uploads/2021/04/vultrvp.png)
**3、选择系统**
选好机房后,接下来我们要选择系统。Vultr的VPS云服务器支持 Windows和自己上传ISO系统镜像。比如可以选用Centos 7,很多一键脚本安装比较方便。
![](https://www.idcspy.com/wp-content/uploads/2021/04/vultrv.png)
**4、选择套餐**
根据自己需要选择[Vultr](/#) VPS套餐,价格从 $2.5/mo 到 $640/mo,各种配置都有,最低 $2.5/mo 的套餐现在基本买不到了,按个人需要选择。
![](https://www.idcspy.com/wp-content/uploads/2021/04/vultr-2.png)
**5、其他选项**
有IPv6,私密,主机名、标签等,无特殊需要全部默认即可。选好后点击右下角的 “Deploy Now” ,开始安装 VPS云主机。
![](https://www.idcspy.com/wp-content/uploads/2021/04/vult.png)
**6、查看管理VPS云服务器**
已购买的VPS都会显示在 “Products” 面板中,当显示 “Running” 时即表示安装完成。
**更多教程:**[Vultr教程](/#)"
松果号 作者:松果号原创文章,如若转载,请注明出处:https://www.6480i.com/archives/106328.html