Skip to main content

Server

System backup

This is a third-party module. The author (guiabtsua) is not responsible for the operation of this functionality


Run the backup.
sudo -u www-data php artisan backup:run
Remove all backups older than specified number of days in config.
sudo -u www-data php artisan backup:clean
Display a list of all backups.
sudo -u www-data php artisan backup:list
Monitor the health of all backups.
sudo -u www-data php artisan backup:monitor

Secure server

Configure firewall

How To Install Nginx + Firewall on Ubuntu 22.04


Secure ports

If you are using server on white IP, secure ports 8022 and 8023 from outside.

Detail to set up Ubuntu firewall

Secure web

Read this post Security