User Tools

Site Tools


wiki:components:admincenter

This is an old revision of the document!


x2goadmincenter

x2goadmincenter is a qt4 gui project enabling the administration of users, groups, hosts, x2gosessions and more (plugins) with the help of a graphical interface. It is in state of early development. The installation target of the server part ist skolelinux tjener lenny with an already configured and running instance of cipux and debian squeeze for the admin gui (windows targets should work too). Don't use it in productive environments.

Download

The needed files(source) can be downloaded here:

x2goadmincenter

Installation (version depending on cipux)

Server Part

dependencies:
apache2
perl: Frontier::RPC2
Config::Simple (f.e: apt-get install libconfig-simple-perl)
CipUX::RPC::Client

x2gorpcserver.cgi -> /usr/lib/cgi-bin
x2goadmiserver -> /etc/x2go
*.pm -> /usr/lib/x2go

Client Part (GUI)

dependencies:
libqt4
libqt4-dev

cd x2goadmincenter && qmake-qt4 && make

Client Part Plugins

User Administration
cd modules/x2gouseradmingui && qmake-qt4 && make
Group Administration
cd modules/x2gogroupadmingui && qmake-qt4 && make

Client Part Configuration

You'll have to enter a valid URL poiting towards the Server Part of the x2goadmincenter package inside the GUI application:

The checkbox “admin mode” will switch between user and admin mode.

wiki/components/admincenter.1320279332.txt.gz · Last modified: 2013/03/08 13:31 (external edit)