Created
September 18, 2023 01:25
-
-
Save chaeya/455af93542484b044b1eca4cee856086 to your computer and use it in GitHub Desktop.
XRDP sesman.ini for HamoniKR
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Globals] | |
ListenAddress=127.0.0.1 | |
ListenPort=3350 | |
EnableUserWindowManager=true | |
UserWindowManager=startwm.sh | |
DefaultWindowManager=startwm.sh | |
[Security] | |
AllowRootLogin=true | |
MaxLoginRetry=4 | |
TerminalServerUsers=tsusers | |
TerminalServerAdmins=tsadmins | |
AlwaysGroupCheck=false | |
[Sessions] | |
X11DisplayOffset=10 | |
MaxSessions=10 | |
KillDisconnected=false | |
DisconnectedTimeLimit=0 | |
Policy=Default | |
[Logging] | |
LogFile=xrdp-sesman.log | |
LogLevel=DEBUG | |
EnableSyslog=1 | |
SyslogLevel=DEBUG | |
[Xorg] | |
param=/usr/lib/xorg/Xorg | |
param=-config | |
param=xrdp/xorg.conf | |
param=-noreset | |
param=-nolisten | |
param=tcp | |
param=-logfile | |
param=.xorgxrdp.%s.log | |
[Xvnc] | |
param=Xvnc | |
param=-bs | |
param=-nolisten | |
param=tcp | |
param=-localhost | |
param=-dpi | |
param=96 | |
[Chansrv] | |
FuseMountName=.thinclient_drives | |
FileUmask=077 | |
[ChansrvLogging] | |
LogLevel=INFO | |
EnableSyslog=true | |
[SessionVariables] | |
PULSE_SCRIPT=/etc/xrdp/pulse/default.pa | |
CHANSRV_LOG_PATH=/tmp |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment