Sponsored Content
Operating Systems Linux Red Hat Require xrdp package for RHEL 7.3 Post 303009804 by Anjan Ganguly on Wednesday 20th of December 2017 08:11:45 AM
Old 12-20-2017
Require xrdp package for RHEL 7.3

I require to install xrdp for remote desktop access of my linux server (RHEL 7.3).I searched a lot for it in google, but not able to find any suitable package for the same.One post I have found where the server where I am need to connect the server in Internet.But it is not possible for me to connect the server in Internet. How can I install and configure xrdp successfully with out internet connection in the server?Can some body share some link for package and procedure to install?
 

9 More Discussions You Might Find Interesting

1. Red Hat

Add/Remove package in RHEL 5 !

Friends , I cannot upgrade or add any package in RHEL 5 using 'package manager' GUI tools . When I run the 'package manager' tool then in BROWSE tab , it shows nothing . I try it inserting the RHEL5 DVD in the DVD-Rom . But the condition is the same . Would anybody plz tell me , How can I... (4 Replies)
Discussion started by: shipon_97
4 Replies

2. UNIX for Advanced & Expert Users

How to find dependancies of .dstream package (Solaris) & .rpm package( linux)

Friends, Please let meknow, How we can find the dependancies of .dstream package & .rpm package before installation ? For AIX, We can use the inutoc . command to create the .toc file for the bff package, What about Solaris & Linux ? (0 Replies)
Discussion started by: yb4779
0 Replies

3. Ubuntu

remote desktop error (xrdp)

My friends, I installed ubuntu server 11.04 (x86_64) and activated remote desktop connection package which name is xrdp. I can connect successfully there is no problem. I have installed xrdp on ubuntu server 9.10 (x86) but I can't remote desktop. It gave an error messages. Picture is attached.... (4 Replies)
Discussion started by: getrue
4 Replies

4. Red Hat

Does RHEL 5 provide a command to collect RHEL system log in single compress file?

Hi, I heard a command that can collect all RHEL 5 log in a single compress file before I forget. Does any body know...What the command is ? Thanks. (4 Replies)
Discussion started by: nnnnnnine
4 Replies

5. Red Hat

Xrdp hangs

Hi, I'm trying to get xrdp to work. I installed xrdp 0.5.0 from EPEL and the Desktop group. Now I can connect to the server with rdesktop, but I can't do any input... there is an authentication window asking the root password "to set the network proxy used for downloading packages" and I can't... (0 Replies)
Discussion started by: FrankVanDamme
0 Replies

6. Red Hat

Error throwing while installing vsftpd package in rhel 6. using rhel 6 dvd.

Hi all, Im studying rhcsa as of now, so yum installation and dependencies are messing me to not workit out. i have dual os, win 7 & rhel 6. i have tried this installation of vsftpd package with rhel 6 dvd in VM rhel 6 in win 7 as well as host rhel 6.still the same issue. below error... (6 Replies)
Discussion started by: redhatlbug
6 Replies

7. Red Hat

How to install Xrdp in Centos.?

Hi, I want to install the Xrdp in Centos for taking remote session of centos server from Windows machine. could you please help me for this ?? (6 Replies)
Discussion started by: purushottamaher
6 Replies

8. Red Hat

RHEL Package download

Hi All, I am a Solaris administartor. I got in to a probelm with RHEL. I thought someone can help me on this forum .. Can we download/install packages on a Redhat server with yum with out registering on RHEL network or website ? (1 Reply)
Discussion started by: sri243
1 Replies

9. Red Hat

RHEL 6, Spacewalk 2.3 unable to download RHEL 5 repo data

Hello all, I am having a bit of an issue on my Spacewalk installation. Some amplifying information is that it is Spacewalk 2.3 installed on a RHEL 6 machine and I am attempting to install/update a RHEL 5 channel/repository. I am fairly new to Spacewalk so I am still learning but this is what I... (3 Replies)
Discussion started by: jstone4646
3 Replies
xrdp.ini(5)															       xrdp.ini(5)

NAME
xrdp.ini - Configuration file for xrdp(8) DESCRIPTION
This is the man page for xrdp.ini, xrdp(8) configuration file. It is composed by a number of sections, each one composed by a section name, enclosed by square brackets, folowed by a list of <parameter>=<value> lines. xrdp.ini is contains a [Globals] section, which sets some global configuration settings for xrdp(8), and one or more "connection" sections which contain the info on which services xrdp(8) can connect to. All options and values (except for file names and paths) are case insensitive, and are described in detail below. GLOBALS
The options to be specified in the [Globals] section are the following: bitmap_cache=[0|1] If set to 1, true or yes this option enables bitmap caching in xrdp(8) bitmap_compression=[0|1] If set to 1, true or yes this option enables bitmap compression in xrdp(8) CONNECTIONS
A connection section is made of a section name, enclosed in square brackets, and the following entries: name=<session name> The name displayed in xrdp(8) login window's combo box. lib=../vnc/libvnc.so Sets the library to be used with this connection. username=<username>|ask Specifies the username used for authenticating in the connection. If set to ask, user name should be provided in the login window. password=<password>|ask Specifies the password used for authenticating in the connection. If set to ask, password should be provided in the login window. ip=127.0.0.1 Specifies the ip address of the host to connect to. port=<number>|-1 Specifies the port number to connect to. If set to -1, the default port for the specified library is used. EXAMPLES
This is an example xrdp.ini: [Globals] bitmap_cache=yes bitmap_compression=yes [vnc1] name=sesman lib=../vnc/libvnc.so username=ask password=ask ip=127.0.0.1 port=-1 FILES
${XRDP_CFG_DIR}/xrdp.ini SEE ALSO
xrdp(8) sesman(8) sesrun(8) sesman.ini(5) for more info on xrdp see http://xrdp.sf.net xrdp team 0.1.0 xrdp.ini(5)
All times are GMT -4. The time now is 10:27 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy