Installation Guide - socarium/makarasoc GitHub Wiki
1. MakaraSOC Preparation
Version: 1.0
Release Date: 12/03/2025
Minimum Requirements:
Operating System: Linux Ubuntu 22.04+
Processor: 4Core
RAM: 16GB
Storage: 200GB of free disk space
Internet: Required for Operating System updates
Recommended Requirements:
Operating System: Linux Ubuntu 24.04+
Processor: 8Core or higher
RAM: 32GB or more
Storage: 1TB of free disk space
Internet: Required for Operating System updates
The script only tested with Ubuntu 22.04 and 24.04.
2. Operating System Update Steps
-
Before installing anything, ensure your system is up to date. Follow these steps:
-
Open a terminal
(Ctrl + Alt + T)
and run:
sudo apt update && sudo apt -y upgrade
- Once everything is updated, restart your system:
sudo reboot
- After system restart, clone the MakaraSOC repository to your server.
git clone https://github.com/socarium/makarasoc.git
- Access MakaraSOC folder.
cd makarasoc
- Give execute permission to all bash scripts in the MakaraSOC folder.
chmod +x *.sh
- Execute the
main.sh
script.
./main.sh
- At this stage you need to choose, either you already know what you are doing or new to this system.