You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If network access is restricted or the SSH daemon is unresponsive, administrators can
199
+
access the System VM directly through the CloudStack UI.
200
+
201
+
#. For any hypervisor, using the default password.
202
+
203
+
#. Log in with Root Admin privileges to the **CloudStack UI**.
204
+
205
+
#. Click **Infrastructure > System VMs**, and then click the name of a
206
+
running VM.
207
+
208
+
#. Click the **View Console** button (screen icon) in the top right toolbar.
209
+
210
+
#. Default Username: ``root``
211
+
212
+
#. Default Password: ``password``
213
+
214
+
#. For any hypervisor, if ``system.vm.random.password`` is enabled (recommended).
215
+
216
+
#. Log in with Root Admin privileges to the **CloudStack UI**.
217
+
218
+
#. Click **Infrastructure > System VMs**, and then click the name of a
219
+
running VM.
220
+
221
+
#. Click the **View Console** button (screen icon) in the top right toolbar.
222
+
223
+
#. Default Username: ``root``
224
+
225
+
#. The decrypted password can be found under the ``system.vm.password`` global parameter.
226
+
227
+
228
+
How to Enable System VM Random Password
229
+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
230
+
231
+
To step up the security of the environment, by configuring the ``system.vm.random.password`` parameter to **True**, and restart the Management Server, a random password is generated and stored encrypted in the database. The decrypted password found under the ``system.vm.password`` global parameter, or by calling the ``listConfigurations`` API, still need to be decrypted to reveal the usable password.
232
+
233
+
#. Find the encrypted password and encryption key
234
+
235
+
#. Log in with Root Admin privileges to the **CloudStack UI**.
236
+
237
+
#. Click **Configuration > Global Settings**, and search for ``system.vm.password``.
238
+
239
+
Or using CloudMonkey: ``cmk listconfigurations name=system.vm.password``
240
+
241
+
#. On the Management Server, read the content of the file ``/etc/cloudstack/management/key`` to obtain
242
+
the encryption/decryption key.
243
+
244
+
#. Decrypt the password with the obtained key from the Management Server.
0 commit comments