VMware Cloud Community
pesinet
Contributor
Contributor
Jump to solution

How can I connect to the console?

Hi guys! I am using Vmware ESXi 3.5 in my host server, is there any way to enter into the console?

Thanks.

Reply
0 Kudos
1 Solution

Accepted Solutions
dinnu
Enthusiast
Enthusiast
Jump to solution

ESXi 3.5 does ship with the ability to run SSH, but this is disabled by default (and is not supported). If you just need to access the console of ESXi, then you only need to perform steps 1 - 3.

1) At the console of the ESXi host, press ALT-F1 to access the console window.

2) Enter unsupported in the console and then press Enter. You will not see the text you type in.

3) If you typed in unsupported correctly, you will see the Tech Support Mode warning and a password prompt. Enter the password for the root login.

For enabling SSH follow steps 4 - 6.

4) You should then see the prompt of ~ #. Edit the file inetd.conf (enter the command vi /etc/inetd.conf).

5) Find the line that begins with #ssh and remove the #. Then save the file. If you're new to using vi, then move the cursor down to #ssh line and then press the Insert key. Move the cursor over one space and then hit backspace to delete the #. Then press ESC and type in :wq to save the file and exit vi. If you make a mistake, you can press the ESC key and then type it :q! to quit vi without saving the file.

6) Once you've closed the vi editor, run the command /sbin/services.sh restart to restart the management services. You'll now be able to connect to the ESXi host with a SSH client.

If you find this answer or other helpful, do not forget to mark it as correct or helpful.

View solution in original post

Reply
0 Kudos
2 Replies
mehul96
Enthusiast
Enthusiast
Jump to solution

ESXi does not have a service console!

You will have to use Remote Command Line Interface (RCLI) if you have to use command line

Mehul

dinnu
Enthusiast
Enthusiast
Jump to solution

ESXi 3.5 does ship with the ability to run SSH, but this is disabled by default (and is not supported). If you just need to access the console of ESXi, then you only need to perform steps 1 - 3.

1) At the console of the ESXi host, press ALT-F1 to access the console window.

2) Enter unsupported in the console and then press Enter. You will not see the text you type in.

3) If you typed in unsupported correctly, you will see the Tech Support Mode warning and a password prompt. Enter the password for the root login.

For enabling SSH follow steps 4 - 6.

4) You should then see the prompt of ~ #. Edit the file inetd.conf (enter the command vi /etc/inetd.conf).

5) Find the line that begins with #ssh and remove the #. Then save the file. If you're new to using vi, then move the cursor down to #ssh line and then press the Insert key. Move the cursor over one space and then hit backspace to delete the #. Then press ESC and type in :wq to save the file and exit vi. If you make a mistake, you can press the ESC key and then type it :q! to quit vi without saving the file.

6) Once you've closed the vi editor, run the command /sbin/services.sh restart to restart the management services. You'll now be able to connect to the ESXi host with a SSH client.

If you find this answer or other helpful, do not forget to mark it as correct or helpful.

Reply
0 Kudos