xrdp-sesman - Man Page

xrdp(8) session manager

Syntax

xrdp-sesman --kill
xrdp-sesman --help
xrdp-sesman --version
xrdp-sesman [--nodaemon] [--dump-config] [--config /path/to/sesman.ini]

Description

xrdp-sesman is xrdp(8) session manager.
It manages user sessions by authenticating the user and starting the appropriate Xserver.

Options

-k,  --kill

Kills running xrdp-sesman daemon.

-h,  --help

Output help information and exit.

-v,  --version

Output version information and exit.

-n,  --nodaemon

Starts xrdp-sesman in foreground instead of starting it as a daemon.

--dump-config

Print the configuration on stdout before starting the daemon. The default is not to do this.

-c,  --config

Specify a path to a different sesman.ini file. This option is intended to be used primarily for testing or for unusual configurations.

If you use this option, be aware that you will have to have a /etc/xrdp/sesman.ini in place too, as a few elements of the system (notably xrdp(8) and xrdp-chansrv(8)) will want to read it.

Files

/usr/sbin/xrdp-sesman
/usr/bin/xrdp-sesrun
/etc/xrdp/sesman.ini
/var/log/xrdp-sesman.log
/var/run/xrdp-sesman.pid

Authors

Jay Sorg <jsorg71@users.sourceforge.net>
Simone Fedele <ilsimo@users.sourceforge.net>

See Also

sesman.ini(5), xrdp-sesrun(8), xrdp(8), xrdp.ini(5)

for more info on xrdp see http://www.xrdp.org/

Referenced By

sesman.ini(5), xrdp-chansrv(8), xrdp.ini(5), xrdp-keygen(8), xrdp-sesrun(8).

0.9.25 xrdp team