Server
Install the Package
From the Flopsar Repository (recommended)
1. Add the repository
$ sudo dnf install -y dnf-plugins-core
$ sudo dnf config-manager addrepo --from-repofile=https://repo.flopsar.com/flopsar.repo$ sudo dnf install -y dnf-plugins-core
$ sudo dnf config-manager --add-repo https://repo.flopsar.com/flopsar.repo$ sudo curl -fsSL https://repo.flopsar.com/flopsar.repo -o /etc/yum.repos.d/flopsar.repo$ sudo zypper addrepo https://repo.flopsar.com/flopsar.repo
$ sudo zypper refresh$ sudo apt update
$ sudo apt install -y ca-certificates curl
$ sudo curl -fsSL https://repo.flopsar.com/flopsar.sources -o /etc/apt/sources.list.d/flopsar.sources
$ sudo apt update$ sudo install -m 0755 -d /etc/apt/keyrings
$ sudo curl -fsSL https://repo.flopsar.com/flopsar.gpg -o /etc/apt/keyrings/flopsar.gpg
$ echo "deb [signed-by=/etc/apt/keyrings/flopsar.gpg] https://repo.flopsar.com/apt stable main" \
| sudo tee /etc/apt/sources.list.d/flopsar.list
$ sudo apt update2. Install the package
3. (Optional) Open the firewall - Red Hat-based systems only
Port
Protocol
Purpose
Manual Package Install
What the Installation Does
Accept the EULA
Start the Server
Sign In

File and Directory Layout
Network Ports
Using a Custom Environment Location
Troubleshooting
Where to look first
The service does not start
The service starts, then keeps restarting
The web interface is not reachable
Browser shows a certificate warning
SELinux (RedHat-based, enforcing)
Collecting information for support
Last updated