1 #### Installing Frontends
3 Once your backend server is functional, you'll also want to
4 probably install frontends.
6 These are no longer bundled with the distribution and need an extra
9 For most installations, the following will suffice:
13 ./bin/pleroma_ctl frontend install pleroma-fe --ref stable
14 # and also, if desired
15 ./bin/pleroma_ctl frontend install admin-fe --ref stable
20 mix pleroma.frontend install pleroma-fe --ref stable
21 mix pleroma.frontend install admin-fe --ref stable
26 ./docker-resources/manage.sh mix pleroma.frontend install pleroma-fe --ref stable
27 ./docker-resources/manage.sh mix pleroma.frontend install admin-fe --ref stable
30 For more customised installations, refer to [Frontend Management](../../configuration/frontend_management)