获取Google Cloud Engine VM的root密码

编程入门 行业动态 更新时间:2024-10-08 23:01:29
本文介绍了获取Google Cloud Engine VM的root密码的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

我刚刚在Google Cloud Engine的CentOS VM中安装了cPanel,cPanel说默认用户名是root,默认密码是服务器的根密码.

I just finished installing cPanel in a CentOS VM in Google Cloud Engine and cPanel said the default username is root and the default password is the server's root password.

2016-01-26 12:02:52 958 ( INFO): 3. Enter the word root in the Username text box 2016-01-26 12:02:52 958 ( INFO): 2016-01-26 12:02:52 958 ( INFO): 4. Enter your root password in the Password text box 2016-01-26 12:02:52 958 ( INFO): 2016-01-26 12:02:52 958 ( INFO): 5. Click the Login button

如何获取服务器的根密码?

推荐答案

弄清楚了.默认情况下,云引擎中的VM并未附带root密码设置,因此您首先需要使用更改密码

Figured it out. The VM's in cloud engine don't come with a root password setup by default so you'll first need to change the password using

sudo passwd

sudo passwd

如果您正确执行了所有操作,则应该执行以下操作:

If you do everything correctly, it should do something like this:

user@server[~]# sudo passwd Changing password for user root. New password: Retype new password: passwd: all authentication tokens updated successfully.

更多推荐

获取Google Cloud Engine VM的root密码

本文发布于:2023-11-24 11:59:40,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1625116.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:密码   Cloud   Google   Engine   root

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!