1x2goserver.conf(5)         X2Go Server Configuration        x2goserver.conf(5)
2
3
4

NAME

6       x2goserver.conf - X2Go Server Main Configuration File
7

SYNOPSIS

9       x2goserver.conf
10
11

DESCRIPTION

13       x2goserver.conf  is the main configuration file for X2Go Server and the
14       X2Go::Server Perl API.
15

SECTIONS

17       The  x2goserver.conf's  configuration  file  format  is  an   INI-based
18       configuration  format.  It  falls  apart into sections and options with
19       their values.
20
21           [section1]
22           sec1option1 = valueA
23           sec1option2 = valueB
24           ...
25
26           [section2]
27           sec2option1 = valueC
28           sec2option2 = valueD
29           ...
30
31

SECTION [limit users]

33       In this section you can list up Posix users known  to  the  system  and
34       specify  the  max.  number  of allowed simultaneous X2Go sessions in an
35       X2Go Server farm.
36

SECTION [limit groups]

38       In this section you can list up Posix group names known to  the  system
39       and specify the max. number of allowed simultaneous X2Go sessions in an
40       X2Go Server farm. The session limitation applies to all  users  in  the
41       specified groups.
42
43       If  individual  users  are  listed in section [limit users] and some of
44       their groups are listed in section [limit  groups],  then  the  maximum
45       value of allowed sessions will be chosen.
46
47       If  a user is a member of several of the specified groups under section
48       [limit groups], then the number of allowed simultaneous  X2Go  sessions
49       for a certain user will be derived from the group with the most allowed
50       sessions found under this section.
51

SECTION [log]

53       The [log]'s section only option is the loglevel option. Allowed  values
54       are:
55
56           emerg, alert, crit, err, warning, notice, info, debug.
57
58       The  loglevel  option  controls  the verbosity of the X2Go::Server Perl
59       functions.   The   log   output   appears   via    LOCAL7    (normally:
60       /var/log/syslog).
61

EXAMPLE

63       The  below configuration file is the default after installation of X2Go
64       Server:
65
66           [limit users]
67           #user-foo=1
68
69           [limit groups]
70           #bar-group=1
71
72           [log]
73           # possible levels are:
74           #   emerg, alert, crit, err, warning, notice, info, debug
75           loglevel=notice
76
77

AUTHOR

79       This  manual  has  been  written  by  Mike  Gabriel  <mike.gabriel@das-
80       netzwerkteam.de> for the X2Go project (https://www.x2go.org).
81
82
83
84Version 4.1.0.3                    Nov 2018                 x2goserver.conf(5)
Impressum