1x2golistsessions(8) X2Go Server Tool x2golistsessions(8)
2
3
4
6 x2golistsessions - List Available X2Go Sessions for User
7
9 x2golistsessions [<server_hostname>|--all-servers]
10
11
13 x2golistsessions returns a list of running or suspended X2Go sessions
14 for X2Go server <server_hostname>. If no server hostname is given at
15 the command line, the session list query runs for the local system.
16
17 x2golistsessions is run with normal user privileges and it is used by
18 X2Go clients to render a list of available X2Go sessions.
19
21 If x2golistsessions is executed with the --all-servers option then the
22 central database of your X2Go cluster is queried for running/suspended
23 sessions belonging to the user executing this command. These sessions
24 may be active on any of the X2Go servers within your cluster.
25
27 A line-by-line list of available X2Go sessions. Each line consists of
28 several session attribute fields separated by the pipe symbol (,,|'').
29
30 The meaning of the session attributes of each output line are shown
31 below:
32
33 field 01: <agent_pid>
34 field 02: <session_id>
35 field 03: <port>
36 field 04: <host>
37 field 05: <state>
38 field 06: <init_time>
39 field 07: <session_cookie>
40 field 08: <client_ip>
41 field 09: <gr_port>
42 field 10: <snd_port>
43 field 11: <last_time>
44 field 12: <user>
45 field 13: <age_in_secs>
46 field 14: <sshfs_port>
47 field 15: <tekictrl_port> (if Telekinesis is available/enabled)
48 field 15: <tekidata_port> (if Telekinesis is available/enabled)
49
50
51 As exitcode x2golistsessions always returns 0.
52
54 x2golistsessions_root(8), x2golistdesktops(8), x2goresume-session(8),
55 x2gosuspend-session(8), x2goterminate-session(8)
56
58 This manual has been written by Mike Gabriel <mike.gabriel@das-
59 netzwerkteam.de> for the X2Go project (https://www.x2go.org).
60
61
62
63Version 4.1.0.4 May 2023 x2golistsessions(8)