Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.

Question Multiplay Hosting Linux Permissions Issue (UNREAL ENGINE)

Discussion in 'Game Server Hosting' started by domgamba, Aug 19, 2023.

  1. domgamba

    domgamba

    Joined:
    Mar 3, 2022
    Posts:
    15
    Hello,

    I am using Unity Multiplay to host my Unreal Engine game.

    Currently, I am having trouble write permissions in my directory. I am unfamiliar with Linux and how to enable these permissions for the Server Machine, so any advice is appreciated.

    Below, you can find a screenshot of my logs. I am receiving the errno=13(Permission denied) error in multiple places. My assumption is that I need to enable write permissions for my project, but I am unaware of how to do that.
     

    Attached Files:

  2. domgamba

    domgamba

    Joined:
    Mar 3, 2022
    Posts:
    15
    **BUMP**

    I understand I need to grant permissions via Bash/terminal commands. However, how would I execute these commands for the hosting machine?