Access
Open your browser and visit: http://<SERVER_IP>
Default login credentials:
- Email:
[email protected] - Password:
password
Change the password immediately after your first login (you can also update the email address).
Important Files and Directories
- Install path:
/var/www/bookstack - Web root:
/var/www/bookstack/public - Environment file:
/var/www/bookstack/.env - Storage directory:
/var/www/bookstack/storage - Uploads directory:
/var/www/bookstack/public/uploads - Apache config:
/etc/apache2/sites-available/bookstack.conf
Services
Apache:
systemctl status apache2
systemctl restart apache2
MySQL:
systemctl status mysql
systemctl restart mysql