".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)'); } }) })
每个站长建站方式都不同,有的站长喜欢使用Linux系统建站,而有的喜欢使用Web界面来管理站点,使用过[Vultr](/#)主机的站长都知道,常见的有[cPanel面板](https://www.idcspy.com/cpanel.html "cPanel面板"),还有AMH、[WDCP](https://www.idcspy.com/wdcp.html "WDCP")等。本篇文章是针对新手站长,来教大家Vultr主机如何安装宝塔Web面板的方法。
**第一步:前期准备**
1、一台Vultr VPS主机,如果没有的可以购买,现在Vultr有活动,新用户注册送100美元,参考《[Vultr优惠码汇总 Vultr优惠充值活动更新](/#)》。
2、系统需要在CentOS6或者更高版本
**第二步:RMP快速安装包**
yum -y install screen wget && screen -S btwget -O install.sh
http://103.224.251.79:5671/rpm/install.sh && sh install.sh
**第三步:配置WEB环境参数**
配置宝塔BT面板过程中,我们需要选择NGINX版本、PHP版本、MYSQL版本等才可以进行配置。
![](https://www.idcspy.com/wp-content/uploads/2020/08/01-1.jpg)
上图安装完毕之后,有对应的WEB面板登入地址端口,以及MYSQL密码信息,我们保存好进行登录宝塔面板账户就可以了。
![](https://www.idcspy.com/wp-content/uploads/2020/08/02.jpg)
总结:上述是Vultr主机安装宝塔Web面板教程,整体操作还是比较简单的,大家只需要根据上面操作进行就可以了,小编也会继续编辑关于Vultr主机教程类文章。
推荐文章:《[Vultr修改Root密码方法](/#)》
《[Vultr宝塔面板搭建WordPress博客教程](/#)》"
松果号 作者:松果号原创文章,如若转载,请注明出处:https://www.6480i.com/archives/106949.html