install rdp on centos 6.6

Status
Not open for further replies.

DOST_FRIEND59

Active Member
230
2012
47
506
Hi,

I have a centos dedicated server, i want to use rdp on it for temporary basis, i need to get some cookies value which are locked to the ip, so i need a browser running on it.

Can i get a tutorial to it

after my usage, can i disable rdp ?
 
4 comments
RDP is a Windows Only Server Software.

For Linux you have VNC, Look it up. Yes, You can install it and then remove.
It has low resource footprint so it won't bother much.
 
Hi,

I have a centos dedicated server, i want to use rdp on it for temporary basis, i need to get some cookies value which are locked to the ip, so i need a browser running on it.

Can i get a tutorial to it

after my usage, can i disable rdp ?



If you want to use windows remote desktop to connect to your linux client then you can install the following package in centos:

# yum install xrdp -y
# chkconfig --levels 35 xrdp on
# service xrdp start


and then use windows remote desktop for logging in to linux desktop.

or as Serverpolice said you can use vnc server on linux and vnc viewer in your local OS.

you can remove the package after you don't havy anything to do with it.
 
Status
Not open for further replies.
Back
Top