All Projects → gcloudrig → Gcloudrig

gcloudrig / Gcloudrig

Licence: other
Scripts to manage cloud gaming on Google Compute Engine.

Programming Languages

powershell
5483 projects

Labels

Projects that are alternatives of or similar to Gcloudrig

Lazyboy
An EDSL implemented in Haskell for programming the Nintendo Game Boy.
Stars: ✭ 44 (-52.17%)
Mutual labels:  gaming
Gamebrary
Gamebrary - Open source tool to organize video game collections.
Stars: ✭ 66 (-28.26%)
Mutual labels:  gaming
Obaddon
A repository of community-built prefabs and other enhancements for Oblige 7.70
Stars: ✭ 81 (-11.96%)
Mutual labels:  gaming
Air For Steam
An elegant and customizable skin for Steam
Stars: ✭ 1,044 (+1034.78%)
Mutual labels:  gaming
Pc Optimization Hub
collection of various resources devoted to performance and input lag optimization
Stars: ✭ 55 (-40.22%)
Mutual labels:  gaming
Dwrandomizer
A randomizer for Dragon Warrior 1 for NES. Compatible with Windows, Mac OS, and Linux.
Stars: ✭ 67 (-27.17%)
Mutual labels:  gaming
Tombraider Automatedfix
Automated installer to upgrade your Steam or GOG copy of Tomb Raider I to the definite modern version of the game.
Stars: ✭ 41 (-55.43%)
Mutual labels:  gaming
Novuscore
A modern take on WoW emulation
Stars: ✭ 88 (-4.35%)
Mutual labels:  gaming
Wine Origin Updater
Updater for Origin in Wine
Stars: ✭ 57 (-38.04%)
Mutual labels:  gaming
Shadowreplay Linux
Shadowplay's Replay Feature On Linux For Nvidia, AMD and Intel
Stars: ✭ 79 (-14.13%)
Mutual labels:  gaming
R6 Operator Counters
A website with a graph visualisation of how operators counter each other in Rainbow Six Siege.
Stars: ✭ 51 (-44.57%)
Mutual labels:  gaming
Lansuite
A Content Management System designed especially for the needs of LAN-Parties
Stars: ✭ 56 (-39.13%)
Mutual labels:  gaming
Gamedetect
👾 Game Detection API using Tensorflow and Go
Stars: ✭ 71 (-22.83%)
Mutual labels:  gaming
Phaser3template
heroku deployable webpacked phaser3 template with socket.io for multi or single player games
Stars: ✭ 44 (-52.17%)
Mutual labels:  gaming
Nether
Building blocks for gaming on Azure
Stars: ✭ 85 (-7.61%)
Mutual labels:  gaming
Eyeauras
EyeAuras is a program which allows you to clone windows and keep them always-on-top while working with other applications
Stars: ✭ 42 (-54.35%)
Mutual labels:  gaming
Parser Javascript
Browser sniffing gone too far — A useragent parser library for JavaScript
Stars: ✭ 66 (-28.26%)
Mutual labels:  gaming
Zabuyaki
Zabuyaki, old-school side-scrolling beat 'em up
Stars: ✭ 91 (-1.09%)
Mutual labels:  gaming
Dhewm3
dhewm 3 main repository
Stars: ✭ 1,261 (+1270.65%)
Mutual labels:  gaming
Discordgsm
📺 Monitor your game servers on Discord and tracks the live data of your game servers. Also support one-click deployment to Heroku, self-hosted. Invite: https://discordgsm.com/invite
Stars: ✭ 74 (-19.57%)
Mutual labels:  gaming

gcloudrig Logo

A collection of bash scripts to help create and maintain a cloud gaming rig in Google Cloud Platfom, on the cheap.

Quickstart

Open in Cloud Shell

Prerequisites

  • A Google Cloud project with an active billing account and GPU Quota.
  • A working bash shell with the gcloud command.

It's also recommended to install the following on your local device (PC, Mac, Android, etc) that you'll be streaming to :

Specs & Costs

You'll be charged for the following resources while your rig is running:

You'll also be charged for the following while your rig is running and at rest:

Cloud responsibly. These scripts are provided as-is, with minimal support. While they're designed to minimise costs at-rest, things may not always go to plan. It's recommended to use a dedicated GCP project and/or billing account with billing alerts to avoid any nasty suprises.

Setup

  • Create a new GCP project
  • Launch Cloud Shell
    • Linux/WSL users: Launch a bash shell locally and run gcloud init
  • Clone this repository:
    $ git clone "https://github.com/gcloudrig/gcloudrig"
    
  • Run setup.sh and follow the prompts
    $ cd "gcloudrig"
    $ ./setup.sh
    
    Created [gcloudrig].
    Activated [gcloudrig].
    
    You can use https://cloudharmony.com/speedtest-latency-for-google:compute to test for latency and find your closest region.
    
    Select a region to use:
    1) asia-southeast1          5) us-central1
    2) australia-southeast1     6) us-east4
    3) europe-west4             7) us-west2
    4) northamerica-northeast1
    #? 2
    
    Would you like to automatically install some things? [y/n] y
    
    1) InstallBattlenet=false  4) ZeroTierNetwork=
    2) InstallSteam=false      5) Done
    3) VideoMode=1920x1080
    #? 1
    
    1) InstallBattlenet=true  3) VideoMode=1920x1080    5) Done
    2) InstallSteam=false     4) ZeroTierNetwork=
    #? 2
    
    1) InstallBattlenet=true  3) VideoMode=1920x1080    5) Done
    2) InstallSteam=true      4) ZeroTierNetwork=
    #? 4
    
    We strongly recommend you create a new ZeroTier network for Gcloudrig
    https://my.zerotier.com/network
    
    Gcloudrig ZeroTier network id [or quit]: abcdef1234567890
    
    1) InstallBattlenet=true             3) VideoMode=1920x1080               5) Done
    2) InstallSteam=true                 4) ZeroTierNetwork=abcdef1234567890
    #? 5
    
    Enabling Gcloudrig software installer...
    Creating instance template 'gcloudrig-setup-template'...
    Creating managed instance group 'gcloudrig-group'...
    
    Done!  Run './scale-up.sh' to start your instance.
    
    
  • Run ./scale-up.sh to start your instance.
    • Your instance will launch and automatically start installing software, which will take around 10-20 mins to finish. Open the Log Viewer to track it's progress.

Connect and finish setup (not automatic, yet)

  • Open your ZeroTier network; scroll down to the Members section and mark the Auth? checkbox next to your gcloudrig. You can verify the correct host by matching the Physical IP against your running compute instances.
  • Use Remote Desktop to connect to your rig with the ZeroTier IP. Your username and password can be found in the logs
  • Finish the Parsec installation by logging in and enabling hosting.
  • Double-click the Disconnect RDP shortcut on the desktop, which will drop your RDP session back to the local screen. This bypasses the windows lock screen, which Parsec doesn't have permission to see.
  • Login to Parsec locally and to connect back to your instance.
  • When you reconnect, the Parsec logo should be running in your rig's system tray. Right-click it, and set it Run when my computer starts.
  • If everything seems stable, double-click Post ZeroTier Setup Security on the desktop to lock down TightVNC and Parsec.

Optional setup

  • Get a free public hostname for your private ZeroTier IP at Duck DNS.
    • If you want a hostname for your dynamic public IP as well, you'll need to install a DDNS client or a startup script.
  • Restrict public access to RDP ports by modifying the default-allow-rdp rule in VPC Firewall.

Starting your rig

Run ./scale-up.sh to start your instance.

After your rig has started, it will create a new games disk or restore an existing one from a snapshot and attach it to itself.

Stopping your rig

Run ./scale-down.sh to shutdown your instance.

Once stopped, it will take a few minutes to pack away the boot disk and games disk. Read What happens when I stop my rig? below for more info.

Troubleshooting

If you're having difficulty connecting with a game streaming client, use RDP or TightVNC to access your machine.

  • RDP can't be used to control your rig's local display (which can upset Parsec, especially if it's stuck on the lock screen). There is a desktop hack to "drop" the remote session to the local display, but it's not always reliable.
  • TightVNC can control the local display and interact with the lock screen, but is less reliable and less secure. It's locked down to your Zerotier network during initial setup, just in case.

If you forget your password, use ./reset-windows-password.sh to get a new one. Note that when you do this, you'll also need to update the password for automatic login (use Start > Run > control userpasswords2)

If you need to setup a custom resolution (e.g. 1800x1200), you might have issues with the native NVidia drivers. Custom Resolution Utility (CRU) works well, and while the automatic options in Parsec should also work you can force it to behave too.

If you need a nuclear option, delete everything and start over with these commands:

$ ./destroy.sh
$ ./setup.sh

Maintainence and FAQ

What happens when I stop my rig?

During the scale-down script, your boot disk (C:) is stored away as a custom image, and your games disk (G:) is stored away as a persistent disk snapshot. These are the only two at-rest costs that should be associated with your rig.

Can I resize my disks?

If you need more space or faster disk performance, you can always increase the size of your disks while your rig is running.

It's recommended to keep usage on your boot disk (C:) as small as possible, since at-rest it's stored as a custom image which has higher pricing than the snapshots used to store the games disk (G:).

To take advantage of the (performance boost)[https://cloud.google.com/compute/docs/disks/performance] from having a larger disk but limit your actual disk usage for at-rest costs, after resize simply shrink the volume back down in Windows Disk Manager.

The maximum resolution is 1366x768 or 1280×1024 or my framerate drops to 15fps after 20 minutes

These are all symptoms of NVIDIA GRID / Quadro Licence failures; the best suggestion is to reinstall the GRID® drivers for virtual workstations and restart your rig.

Where do I find the licenced NVIDIA GRID Drivers?

The easiest way to browse and download the drivers is using the Storage Browser in Google Cloud Console: https://console.cloud.google.com/storage/browser/nvidia-drivers-us-public/GRID

Travelling?

gcloudrig keeps your rig as a boot image and disk snapshot in the same GCE region. To move your rig to a different part of the world, just run ./change-region.sh to change your default region, then run ./scale-up.sh. Restoring snapshots in a different region may incurr network costs, so be careful!

Manual software installation

If you answered No to automatic installation during ./setup.sh, run ./scale-up.sh and a clean Windows Server instance will be created.

Run ./reset-windows-password.sh to get the IP, Username and Password, then connect to your instance with Remote Desktop. See Creating Passwords for Windows Instances and Connecting to Windows Instances for more info.

We recomend the following software, but feel free to find your own:

  • Install GRID® drivers for virtual workstations
  • Install Virtual Audio Cable to use as a virtual sound card
  • Install ZeroTier
  • Install Parsec and setup Autologon to bypass the lock screen on boot.
    • If automatic login fails, or you access your instance with RDP then the lock screen will prevent most streaming software from working. You can use TightVNC to access the lock screen.
    • Alternatively, use RDP and an unlock script to drop the RDP session directly to the local console, securely bypassing the lock screen.
  • Install game clients (e.g. Steam, Battlenet) and enjoy!

Contributing

Gitpod ready-to-code

Pull requests against the develop branch are welcome!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].