tom23 I'm not behind a pc but will try
The best way is using chien, but you would need to know the user the site runs as.
chown -R www-data: storage
Replace www-data with the right user.
The alternative with is using chmod
chmod -R 755 storage
Both are executed from the Flarum install root.