".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)'); } }) })
近期有网友咨询购买了[RAKsmart](/#) VPS服务器后,想要修改先前填写的主机名,但不知在哪里更改。本教程将分享下RAKsmart VPS服务器更改主机名的两种常用方法,希望对大家有所帮助。
**方法一、通过RAKsmart后台修改VPS服务器主机名**
步骤1、首先登录到RAKsmart账户,然后在其后台管理页面,点击客户中心或产品服务,选中要更改主机名的RAKsmart VPS服务器产品,这里以[美国VPS](/#)为例。
![](https://www.idcspy.com/wp-content/uploads/2021/09/53-1.jpg)
步骤2、进入产品详情页面,我们可在服务器信息部分,找到主机名称(这里显示的是hostold),点击旁边的编辑图标,然后会弹出更改主机名窗口。
![](https://www.idcspy.com/wp-content/uploads/2021/09/5-10.jpg)
步骤3、在更改主机名页面,输入要设置的主机名(比如hostnew),然后点击“保存”按钮。
![](https://www.idcspy.com/wp-content/uploads/2021/09/51-2.jpg)
刷新下页面后,RAKsmart美国VPS服务器的主机名称部分就会显示新设置的主机名,如下图所示:
![](https://www.idcspy.com/wp-content/uploads/2021/09/52-1.jpg)
通过RAKsmart后台管理页面来修改VPS服务器主机名算是比较简单的方法了,还有一种是登录到SolusVM控制面板来修改主机名。
**方法2、通过RAKsmart VPS控制面板(SolusVM)更改主机名**
步骤1、通过SolusVM面板登录地址:https://svm.raksmart.com:5656/login.php,输入用户名和密码登录到VPS控制面板(账户信息可以在欢迎邮件寻找,或者提交工单生成新的账户信息进行登录)。
步骤2、在RAKsmart VPS控制面板页面,可以查看到该美国VPS的基本信息,比如原先主机名为hostold,如下图所示:
![](https://www.idcspy.com/wp-content/uploads/2021/09/61-1.jpg)
步骤3、现在要将原来的主机名更改为hostnew,那么可导航到下方的设置栏,选择“主机名”选项卡,填写新主机名,然后点击“变更”按钮进行保存即可。
![](https://www.idcspy.com/wp-content/uploads/2021/09/62-1.jpg)
以上是更改RAKsmart VPS服务器主机名的两种方法介绍,我们可以根据实际情况选择上面的任意一种方法来修改主机名称。"
松果号 作者:松果号原创文章,如若转载,请注明出处:https://www.6480i.com/archives/105070.html