-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Jane Davis edited this page Jun 15, 2025
·
5 revisions
Welcome to the GNUPlex wiki!
- Install GNUPlex:
sh <(curl -sL https://gnuplex.janie.page/install.sh) - Update GNUPlex:
gnuplex -upgrade
Navigate to http://localhost:40000/ to access a local GNUPlex installation. Use the "Manage Library" panel to add local directories to your library and specify file extensions to exclude.
To run GNUPlex persistently on a Linux computer:
- Create a new desktop user
gnuplex. - Set the
gnuplexuser to auto-login. - As the
gnuplexuser, runsystemctl --user enable --now gnuplexafter installing GNUPlex. - Install Caddy.
- Update
/etc/caddy/Caddyfileto be the following, adjustinghttp://gnu.plexas needed.
{
admin off
}
http://gnu.plex {
reverse_proxy localhost:40000
}
- Run
sudo systemctl restart caddy.
Now, if you have a local DNS entry gnu.plex that points to your media server, you can navigate to http://gnu.plex on your local network!