After installation, you must configure your user profile.
Before installing Lyndaria, ensure your system meets the following requirements:
Before diving into terminal commands, it is critical to understand what Lyndaria is and what it is not. Lyndaria is typically distributed as a self-hosted web application built on a LAMP/LEMP stack (Linux, Apache/Nginx, MySQL/MariaDB, PHP/Python/Node.js). lyndaria install
Key features often associated with Lyndaria:
Because Lyndaria is self-hosted, a proper Lyndaria install requires you to manage your own server environment. This guide assumes you are using Ubuntu 22.04/24.04 LTS or Debian 12 (the most common deployment targets). After installation, you must configure your user profile
Need more help? Join our community Discord or submit an issue on our GitHub page.
Open your terminal and run the following commands: Internet : Required for downloading assets and updates
# Clone the repository
git clone https://github.com/example/lyndaria.git
sudo apt install certbot python3-certbot-nginx -y
sudo certbot --nginx -d your-domain.com
Always force HTTPS redirects in production.
cd lyndaria
sudo dpkg -i lyndaria.deb
sudo apt install -f # fix missing dependencies
Or for AppImage:
chmod +x Lyndaria.AppImage
./Lyndaria.AppImage