EP05 Hosting a Dedicated Server on AWS

2023 ж. 28 Қыр.
1 564 Рет қаралды

Hosting an Unreal Engine 5 Dedicated Server on AWS
00:40 Add Text Input to Main Menu
06:11 Launch EC2 Instance
09:37 OpenSSH
10:31 Key Pair (.pem) Permissions
11:49 Upload Server Build with SCP
14:06 Connect to EC2 Instance
14:31 Start Dedicated Server
16:03 Connect Clients to Remote Dedicated Server
18:20 Cleanup
Terminal Commands
Replace [ue5test.pem] with the path to the key pair you created and [public-ipaddress] with your EC2 instance’s public IP address. Replace [ProjectName] with your project name.
SCP:
scp -i [ue5test.pem] LinuxServer.zip ec2-user@[public-ipaddress]:~
Start Dedicated Server:
unzip LinuxServer.zip
chmod +x -R LinuxServer/
LinuxServer/[ProjectName]Server.sh
Start Clients:
[ProjectName]Client.exe -windowed
AWS docs
Create AWS Account:
docs.aws.amazon.com/accounts/...
Getting Started with Amazon EC2 Linux:
docs.aws.amazon.com/AWSEC2/la...

Пікірлер
  • You are the best KZhead channel of all time for making this series 😀

    @AstrumSensei@AstrumSensei4 ай бұрын
  • Many thanks! Please make more video about multiplayer gamelift AWS

    @TinNguyen-dg4zv@TinNguyen-dg4zv6 ай бұрын
  • can you record a video about network optimization? so that if the client has a high ping or low fps, then there will be smooth smooth movement on the server and for other players?

    @viktorbakhtin3353@viktorbakhtin33537 ай бұрын
KZhead