Installation
First, upload the LogCraft tarball to the target server. Then, connect via SSH and extract its contents into /opt
:
bash
tar xzf logcraft-platform-25.1.tar.gz -C /opt
Next, run the install
command to set up LogCraft. The command prompts for an administrator password and optionally for configuring systemd and logrotate.
bash
/opt/logcraft/bin/logcraft install
Finally, although optional, it’s recommended to add LogCraft’s bin
directory to the system PATH for convenience.
bash
echo 'export PATH="/opt/logcraft/bin:$PATH"' >> ~/.bashrc
source ~/.bashrc
Congratulations, LogCraft is installed 🎉
Administrator email
The default administrator email is admin@localhost.lan
and can be updated through the web interface under Global Settings.