EP05 Hosting a Dedicated Server on AWS

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 ก.ย. 2023
  • 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...

ความคิดเห็น • 3

  • @AstrumSensei
    @AstrumSensei 4 หลายเดือนก่อน +1

    You are the best TH-cam channel of all time for making this series 😀

  • @TinNguyen-dg4zv
    @TinNguyen-dg4zv 6 หลายเดือนก่อน +2

    Many thanks! Please make more video about multiplayer gamelift AWS

  • @viktorbakhtin3353
    @viktorbakhtin3353 7 หลายเดือนก่อน +2

    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?