Skip to content

RootXcess

Home » How to enable autologin on Kali Linux?

How to enable autologin on Kali Linux?

Kali Linux use GDM3 as a default Display Manager. First, confirm that your Kali Linux is set to use GDM3 as a default display manager:

# cat /etc/X11/default-display-manager
/usr/sbin/gdm3

Next, edit /etc/gdm3/daemon.conf configuration file and uncomment the following two lines:

AutomaticLoginEnable = true
AutomaticLogin = root

Once you have made the above change simply reboot your Kali Linux to confirm your configuration.

# reboot

You may also like

Troubleshooting – Internet/Network Access on Kali Linux OS

We have always received many queries asking how to access the Internet/Network on Kali Linux OS…

How to update Kali?

First, you should ensure that the /etc/apt/sources.list is correctly populated for updatin…

How to enable autologin on Kali Linux?

Kali Linux use GDM3 as a default Display Manager. First, confirm that your Kali Linux is s…

Deployment of Kali over Network PXE/iPXE Install

For setting up PXE Server, you need to install dnsmasq to provide the DHCP/TFTP server and…

Kali Linux Basic Commands for beginners

The following is the list of Kali Linux basic commands: Date Command Cal Command Cd command Cp comma…

Basic commands for Kali Linux OS networking

The commands for networking with Kali OS is ifconfig; route -n; cat /etc/resolv.conf; cat /etc/netwo…

Basic Commands of Kali Linux OS Hardware

The following are the basic hardware commands for Kali Linux OS: lspci lsusb dmesg lsmod Let’s…

Basic commands for Kali Linux OS Wi-Fi troubleshooting

Are you facing issues with Kali Linux OS Wi-Fi? Here we’ve listed some basic useful comma…