How to enable autologin on Kali Linux

2024-08-13 • Kali Linux • 2 min read

The objective of this short guide is to explain how to enable autologin on Kali Linux with step by step instructions.

In this tutorial you will learn:

  • How to identify what is your system’s default Display Manager.
  • How to edit an appropriate configuration file to enable autologin on Kali Linux.

Kali Linux autologin configuration

Software Requirements and Conventions Used

CategoryRequirements, Conventions or Software Version Used
SystemKali Linux
SoftwareN/A
OtherPrivileged access to your Linux system as root or via the sudo command.
Conventions# – requires given linux commands to be executed with root privileges either directly as a root user or by use of sudo command
$ – requires given linux commands to be executed as a regular non-privileged user

How to enable autologin on Kali Linux step by step instructions


https://1dd23063afe6f2db38a3db54168a6b75.safeframe.googlesyndication.com/safeframe/1-0-40/html/container.html

Kali Linux use GDM3 as a default Display Manager.

  1. 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
  2. Next, edit /etc/gdm3/daemon.conf configuration file and uncomment the following two lines:AutomaticLoginEnable = true AutomaticLogin = root
  3.  Once you have made the above change simply reboot your Kali Linux to confirm your configuration.# reboot

enable autologin on Kali Linux
Author
ubuntuworld.online
Blogger & Content Creator
← Previous Next →