EP05 Hosting a Dedicated Server on AWS

Поделиться
HTML-код
  • Опубликовано: 28 сен 2024
  • 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.amazo...
    Getting Started with Amazon EC2 Linux:
    docs.aws.amazo...

Комментарии • 9

  • @wattro
    @wattro Месяц назад

    At 2:50, I believe you can just click 'Size to Content' and you're golden.

  • @AstrumSensei
    @AstrumSensei 8 месяцев назад +3

    You are the best RUclips channel of all time for making this series 😀

  • @TinNguyen-dg4zv
    @TinNguyen-dg4zv 11 месяцев назад +3

    Many thanks! Please make more video about multiplayer gamelift AWS

  • @viktorbakhtin3353
    @viktorbakhtin3353 11 месяцев назад +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?

  • @VoodooChipFiend
    @VoodooChipFiend Месяц назад

    Thanks for making these. Do you have a patreon or something to support you? These are seriously so helpful

  • @BoiBobbyBo
    @BoiBobbyBo Месяц назад

    Hey, does aws work with ue5.4?

  • @yui4181
    @yui4181 Месяц назад

    Love you

  • @ffabiang
    @ffabiang 2 месяца назад

    Bro you are amazing, thank you so much. I followed the entire playlist and it works as expected. Tried it using UE 5.3.
    I think it is worth mentioning that AWS now allows 750 hours per month on the free tier, so theoretically you could have your EC2 instance for your test server running for an entire year until free tier expires.

  • @OutFinity374
    @OutFinity374 4 месяца назад

    Hey brother if we want to upload our game using AWS dedicated server on steam or play store, how can we do that?
    Kindly reply i really need that