Epoptes consists of a server package called epoptes and a client package called epoptes-client. Install the server part on the PC where you'll be monitoring the clients from. If you want to use the GUI from a thin-client, install it on the LTSP server.Server package installationExecute the following command as root (usesudo -i first on Ubuntu or su - on Debian):apt-get install epoptes
After the installation you need to add some users to the "epoptes" group (or use another group as mentioned in the Configuration section below). These users will be allowed to launch the GUI and control clients:
gpasswd -a username epoptesUsers that are currently logged on need to logoff/logon for the group change to take effect (or use newgrp). Client package installation for standalone clientsBefore installing the epoptes-client package, it's necessary to tell the clients how to contact the epoptes server PC. There are three different ways to do that:
If needed, this launchpad question provides more details on the aforementioned methods. sudo -i first on Ubuntu or su - on Debian):
apt-get install epoptes-clientepoptes-client -c # Fetches the OpenSSL certificate from the server Note that packages are not allowed to start programs inside a user's session, so you need to reboot the clients for the epoptes-client installation to take effect.Client package installation for LTSP chroots
For LTSP chroots, execute the following commands: |

