Skip to content
Snippets Groups Projects
Commit 68b53a71 authored by Neil Gershenfeld's avatar Neil Gershenfeld
Browse files

wip

parent 01c48713
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@
<pre>
Windows
choose an AMI:
choose a DCV AMI:
https://aws.amazon.com/marketplace/seller-profile?id=74eff437-1315-4130-8b04-27da3fa01de1
choose and launch an instance:
https://aws.amazon.com/ec2/instance-types/
......@@ -22,6 +22,24 @@ Windows
native client:
https://www.nice-dcv.com/
Linux (AMI)
choose a DCV AMI:
https://aws.amazon.com/marketplace/search/results?searchTerms=dcv
choose and launch an instance:
https://aws.amazon.com/ec2/instance-types/
configure:
sudo adduser your_user_name
sudo vim /etc/dcv/dcv.conf
create-session = true
owner="your_user_name"
web-port=your_desired_port_number
sudo systemctl restart dcvserver
connect:
browser:
https://server_ip_address:your_desired_port_number
native client:
https://www.nice-dcv.com/
Linux (Ubuntu 22.04)
choose and launch an instance:
https://aws.amazon.com/ec2/instance-types/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment