Skip to content

ArnisLielturks/Urho3D-P2P-Multiplayer-Services

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Urho3D-P2P-Multiplayer sample service stack

Terraform scripts to start NAT punchtrough master server and P2P session master server for the https://github.com/ArnisLielturks/Urho3D-P2P-Multiplayer sample

2. Generate new keys for the server

New keys will be stored in the keys folder

ssh-keygen -f keys/id_rsa

3. Update variables.tf with the you Digital Ocean token and region

4. Start the server

terraform init
terraform apply

5. See the outputs of the previous command and update the https://github.com/ArnisLielturks/Urho3D-P2P-Multiplayer with the servers IP address.

If you want to access the created server, use the following command

ssh -i keys/id_rsa root@IP_ADDRESS 

About

Terraform scripts to get the services up and running for https://github.com/ArnisLielturks/Urho3D-P2P-Multiplayer sample

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages