Email or username:

Password:

Forgot your password?
pixelfed

YSK: Most common Pixelfed installation problems are usually related to simple configuration or permission issues.

If you ever experience any issues during the install process, you can join or Matrix or Discord channels and ping @dansup for help

The links are in our bio, and we are working to make this experience more seamless ✨

4 comments
Andrew Cook :hokkaido:

@pixelfed @dansup I've got a problem that has just about driven me crazy trying to diagnose. Our Explore page doesn't work, despite being enabled. Dev console just shows a 403. Any ideas where to look? There's nothing obvious I can see in the diagnostics page or Horizon logs.

dansup

@piepants @pixelfed Hi,

Set `INSTANCE_DISCOVER_PUBLIC=true` in .env and then run `php artisan config:cache && php artisan cache:clear` and it will work!

Go Up