Coder Social home page Coder Social logo

Comments (4)

Josh-Tracy avatar Josh-Tracy commented on August 15, 2024

@ceopaludetto If you are having issues with the ssh key permissions, check out this video here to help resolve them: https://www.youtube.com/watch?v=mrUqITjUhL8

Mod installation is not part of the terraform module (yet). This is a planned feature for a future release. If you want to install mods in the mean time SCP is one of the ways to do so. Another method is - putting all of the mods into an Amazon S3 bucket and then using the aws-cli that is installed on the EC2 instance to retrieve them from the S3 bucket. Please note that if you do this you will have to go to the IAM service and find the IAM policy named palworld-instance-role-policy and modify it to allow the EC2 instance to access the S3 bucket that you create.

from terraform-aws-palworld.

ceopaludetto avatar ceopaludetto commented on August 15, 2024

@ceopaludetto If you are having issues with the ssh key permissions, check out this video here to help resolve them: https://www.youtube.com/watch?v=mrUqITjUhL8

Mod installation is not part of the terraform module (yet). This is a planned feature for a future release. If you want to install mods in the mean time SCP is one of the ways to do so. Another method is - putting all of the mods into an Amazon S3 bucket and then using the aws-cli that is installed on the EC2 instance to retrieve them from the S3 bucket. Please note that if you do this you will have to go to the IAM service and find the IAM policy named palworld-instance-role-policy and modify it to allow the EC2 instance to access the S3 bucket that you create.

Actually, my access seems to be readonly

Screenshot 2024-02-01 at 17 44 50

I can access the server with ssh, but I can't create a file for example

from terraform-aws-palworld.

Josh-Tracy avatar Josh-Tracy commented on August 15, 2024

Ah ok. The /palworld-server directory is owned by the steam user and steam group which is a system only service account. To get around this, SCP your files to another directory that ubuntu has access to such as ubuntu's /home directory and then copy the files from that directory to the /palworld-server directory by SSHing into the server as ubuntu and using sudo cp /home/mods /palworld-server/Pal/Content/Paks/

from terraform-aws-palworld.

ceopaludetto avatar ceopaludetto commented on August 15, 2024

Ok, thanks!

from terraform-aws-palworld.

Related Issues (12)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.