# Homarr

## Restore board from backup

Find `default.json` (or other board) in YH backup file: `apps/homarr/backup/var/www/homarr/data/configs/default.json` and upload to server.

Put the file in the `configs` directory:

```bash
# Stop Homarr service
systemctl stop homarr.service
# Copy board file to /var/www/homarr/data/configs/
cp default.json /var/www/homarr/data/configs/
# Start Homrarr service
systemctl start homarr.service
```