GithubHelp home page GithubHelp logo

ec2steamremoteplay's Introduction

AWS EC2 Steam remote play Self Hosted Cloud Setup Script

This script sets up your cloud computer with a bunch of settings and drivers to make your life easier.

Based on:

Thanks for the fishes!

AWS security groups - network configuration - open ports

  • RDP (for initial configuration and deployment)
  • Steam streaming uses UDP(27031 and 27036) and TCP(27036 and 27037)

Instructions:

  1. Configure awc-cli with your credentials
  2. Create Spot instance on AWS EC2: ./create_aws_ec2_spot_req.sh
  3. Log in via RDP and make note of the password - you'll need it later
  4. Open Powershell on the cloud machine.
  5. Copy the below code and follow the instructions in the script:
[Net.ServicePointManager]::SecurityProtocol = "tls12, tls11, tls"  
(New-Object System.Net.WebClient).DownloadFile("https://github.com/neutrinus/EC2SteamRemotePlay/archive/master.zip","$ENV:UserProfile\Downloads\EC2SteamRemotePlay.zip")  
New-Item -Path $ENV:UserProfile\Downloads\EC2SteamRemotePlay -ItemType Directory  
Expand-Archive $ENV:UserProfile\Downloads\EC2SteamRemotePlay.Zip -DestinationPath $ENV:UserProfile\Downloads\EC2SteamRemotePlay
CD $ENV:UserProfile\Downloads\EC2SteamRemotePlay\EC2SteamRemotePlay-master\  
Powershell.exe -File $ENV:UserProfile\Downloads\EC2SteamRemotePlay\EC2SteamRemotePlay-master\run.ps1
  1. Run Steam client, login and install games :)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.