Results 1 to 4 of 4

Thread: Headless / Server kali build?

  1. #1
    Join Date
    2016-Mar
    Posts
    1

    Headless / Server kali build?

    Is there a headless release of kali linux already? Or how does one go about it rolling their own?

  2. #2
    Join Date
    2016-May
    Posts
    2
    I have the same need - did you manage to figure it out? If yes, can you share your experience?

    We have completely headless board (x86) where we would like to try Kali.

  3. #3
    Join Date
    2016-Jun
    Posts
    1
    I too would like to find or build a headless version. In the meantime, you could try changing the default target to run multi-user instead of graphical. It doesn't remove the GUI just doesn't start it by default therefor saving the memory.

    systemctl set-default multi-user.target

    More about systemd here: http://0pointer.de/blog/projects/systemd-docs.html

  4. #4
    Join Date
    2016-Feb
    Posts
    18
    i made my own live-build-config to create a headless version.
    all i did was just remove kali-desktop-gnome from the package-lists file and set sshd to autostart with the OS (off by default).
    if you're lazy i have a git repo you can get my config from

    https://github.com/St0ner1995/live-build-config

    just clone that and run this from the live-build-config folder:
    ./build.sh --distribution kali-rolling --variant headless --verbose

Similar Threads

  1. Headless Kali on RPi4...
    By 4k3or3et in forum ARM Archive
    Replies: 9
    Last Post: 2021-10-14, 14:54
  2. Installing Kali to Raspberry Pi 4 via SSH (headless)
    By Jcosmics in forum Installing Archive
    Replies: 1
    Last Post: 2020-10-17, 15:30

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •