GitHunt
EL

elabftw/elabctl

elabctl is a tool to manage (install/backup/update) an eLabFTW installation

elabctl.sh

This script is used to manage an eLabFTW instance.

See the main documentation.

Install

As root:

With curl:

curl -sL https://get.elabftw.net -o /usr/local/bin/elabctl && chmod +x /usr/local/bin/elabctl

Or with wget:

wget -qO- https://get.elabftw.net > /usr/local/bin/elabctl && chmod +x /usr/local/bin/elabctl

Use

Make sure that /usr/local/bin is in your $PATH.

elabctl help

Languages

Shell91.9%Roff8.1%

Contributors

GNU General Public License v3.0
Created August 23, 2014
Updated March 4, 2026
elabftw/elabctl | GitHunt