Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ To run the miniONE script, you will need a physical server with a fresh installa
: - RHEL/AlmaLinux 9 or 10
- Debian 12 or 13
- Ubuntu 22.04 or 24.04
- openSUSE 16.0, SLES 15.7

**Minimum hardware:**
: - 32 GiB RAM
Expand Down Expand Up @@ -280,4 +281,4 @@ ssh -L 8443:localhost:80 <username>@<REMOTE_IP_ADDRESS>

This command will take you to the command line of the remote server and establish the port forwarding. You can use this command prompt to run commands on the remote server, including the installation steps detailed above.

Now to access the Sunstone UI (after the successful installation of miniONE) direct your browser to `localhost:8443`, where you will find the Sunstone UI.
Now to access the Sunstone UI (after the successful installation of miniONE) direct your browser to `localhost:8443`, where you will find the Sunstone UI.
Loading