".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)'); } }) })
[CloudCone](/#)美国VPS产品以其灵活性、高性能和可扩展性受到了广大用户的青睐。许多用户会选择性价比高的CloudCone美国VPS来部署业务,商家还提供了可视化的管理界面,允许用户轻松管理VPS服务器。本教程将介绍下CloudCone美国VPS修改主机名和root密码的主要步骤。
首先登录到CloudCone账户,然后访问后台管理界面,找到要操作的[美国VPS](/#)服务器,在左侧导航菜单选择Rebuild重建按钮,如下图所示:
![](https://www.idcspy.com/wp-content/uploads/2023/09/cz1.jpg)
导航至Change Hostname部分,输入您设置的新主机名,并点击绿色的Update hostname更新主机名。
![](https://www.idcspy.com/wp-content/uploads/2023/09/cz2.jpg)
CloudCone美国VPS主机名更新成功后,您还可以重置该美国VPS服务器的root密码。点击左侧菜单栏的Access选项卡,选择Reset root password重置root密码按钮。
![](https://www.idcspy.com/wp-content/uploads/2023/09/cz3.jpg)
接下来,您将会收到重置root密码的提示信息,新密码将显示在界面上,点击OK按钮确认即可。
![](https://www.idcspy.com/wp-content/uploads/2023/09/cz4.jpg)"
松果号 作者:松果号原创文章,如若转载,请注明出处:https://www.6480i.com/archives/102552.html