Getting Started
Prerequisites:
- Raspberry Pi device (e.g., Raspberry5 Pi)
- MicroSD card (minimum 8GB)
- Power supply for your device
- Internet connection
Installation:
- Download the Soare GNU/Linux image from the official website.
- Write the image to your MicroSD card using a tool like Etcher.
- Insert the MicroSD card into your ARM64 device and power it on.
- Follow the on-screen instructions to complete the setup, or access the system via SSH to complete the setup from there.
Note: The installation file is compressed using xz.
Default Credentials:
- Username:
soare
- Password:
admin
Note: It is highly recommended to change the default password after the first login.
Accessing the Cockpit Web GUI:
- Ensure your ARM64 device is connected to your local network.
- Open a web browser on your computer.
- Enter the IP address of your ARM64 device followed by port 9090 (e.g.,
http://192.168.1.100:9090
) in the browser's address bar.
- Log in with the default credentials (or your updated credentials if you have changed them).
Sys Admin Toolkit:
The sys_admin_toolkit
script is a versatile tool for managing various aspects of Linux server administration. It provides functionalities such as Nginx site management, system updates, resource monitoring, user management, system status checks, network diagnostics, package and service management, and detailed system information viewing.
To use this script, simply run it with root privileges:
sudo sys_admin_toolkit