Install a minimal Debian server virtual machine
64-bit PC netinst iso
file from debian.orgCreate/Register VM
:Create a new virtual machine
Linux
and Debian GNU/Linux 10 (64-bit)
Target Datastore
CPU
:Expose hardware assisted virtualization to the guest OS
Add other device
> NVMe controller
Hard Disk 1
> Controller location
> NVMe controller 0
SCSI controller 0
Finish
Host
> Manage
> System
> Autostart
:Enable
Start earlier
and Start later
to set the desired orderVirtual Machines
on the sidebar and click on the current VMSSH server
and Standard system utilities
Hardware Configuration
> Network adapter 1
) and desired hostname# Login with root details that were set earlier # Update packages: apt update apt upgrade # Install VMWare tools apt install open-vm-tools # Change the SSH port to 50001: sed -i "s/#Port 22/Port 50001/" /etc/ssh/sshd_config exit
Minimal server installation of Debian 10 Ports: 50001/tcp SSH
Base Install
# Run the following with sudo if not logged in as root apt update apt upgrade reboot # If desired/needed