Installing Home Assistant Docker on VMWare Workstation Player 17 on windows 10
Installing-HomeAssistant-Docker-VMWare-Workstation-Player-windows 10-part1
Installing debain 12 as a guest OS on VMware Workstation Player
quick start
#On Windows 10
Install VMWare
#On VMWare
Install Debian OS
#on Debian OS
install docker
Install Home Assistan docker
Install VMware Workstation palyer 17 on windows 10
Install debian 11.7 using VMware Workstation palyer 17 on windows 10
How To Install debian 11.7 using VMware Workstation palyer 17 on windows 10
https://www.matterxiaomi.com/boards/topic/15681/vmware-workstation-player-17-
%E5%AE%89%E8%A3%85-debian117-on-windows-10
Install Home Assistan docker
sudo docker pull ghcr.io/home-assistant/home-assistant:stable
docker run -d --name="ha" -e "TZ=Europe/Sofia" -v "/homeassistant:/config" -p 8123:8123 ghcr.io/home-assistant/home-assistant:stable
Enable Root Login Via SSH Debian 12
sudo vi /etc/ssh/sshd_config
PermitRootLogin yes
sudo systemctl restart sshd
How to Enable Root Login Via SSH Debian 12
https://devtutorial.io/how-to-enable-root-login-via-ssh-debian-12-p3112.html
https://www.matterxiaomi.com/boards/topic/16802/installing-home-assistant-docker-via-vmware-player-17-on-windows10#24001
Copy old devices data from the old HA instance to the new HA instance
Make sure you have a backup or snapshot of HASS from before you make these changes.
https://www.matterxiaomi.com/boards/topic/16802/installing-home-assistant-docker-via-vmware-player-17-on-windows10/page/2
Other
How to Get the correct Debian 12 ISO
How to Configure Static IP Address on Debian 12
https://devtutorial.io/how-to-configure-static-ip-address-on-debian-12-p3121.html
How to Configure and Enable SSH on Debian 12
https://linuxgenie.net/how-to-configure-and-enable-ssh-on-debian-12/
How to Configure sources.list on Debian 12
https://itslinuxfoss.com/configure-sources-list-debian-12/
Comments
Comments are closed