To setup RDP Cloud we have to create 2 vms,.
1 vm is for creating package file which is based on Linux Centos 8 and another is Windows OS on which we are creating and hosting our rdp users.
First of all we create 1 vm with network access which is Centos 8 based and then follow below steps and setup your initial server to create .exe package file.
1. Install Php, Composer
https://clientarea.cheaphosting.pk/knowledgebase/95/How-to-Install-and-Use-PHP-Composer-on-CentOS-7.html
2. Install Node NPM
https://clientarea.cheaphosting.pk/knowledgebase/94/How-To-Install-Latest-Nodejs-on-CentOSorRHEL-7.html
3. Install Openssl
https://clientarea.cheaphosting.pk/knowledgebase/100/How-to-Install-OpenSSL-on-CentOS-7.html
4. Install Bazel
https://clientarea.cheaphosting.pk/knowledgebase/96/Installing-Bazel-on-CentOS-7.html
5. Install Latest cmake
https://clientarea.cheaphosting.pk/knowledgebase/103/How-to-Install-Latest-CMake-on-CentOS.html
6 . Install Go
https://clientarea.cheaphosting.pk/knowledgebase/93/How-to-Install-Go-on-CentOS-7.html
7. Install grpc
https://clientarea.cheaphosting.pk/knowledgebase/98/Install-grpc-using-pecl.html
8. Install Protoc
https://clientarea.cheaphosting.pk/knowledgebase/99/Protocol-Buffer-Compiler-Installation.html
9. Configure grpc for Go and Protoc
https://clientarea.cheaphosting.pk/knowledgebase/101/Configure-gRPC-for-go-and-protoc.html
10. Install grpc_php_plugin
https://clientarea.cheaphosting.pk/knowledgebase/102/Install-missing-grpcphpplugin-protoc-plugin.html
That's all.