Setup a Valheim server with LinuxGSM on Ubuntu 22.04

Collapse

Unconfigured Ad Widget

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • Clay Page
    Member
    • Sep 2022
    • 82

    Setup a Valheim server with LinuxGSM on Ubuntu 22.04

    Hello everyone,

    How can I install Valheim with LinuxGSM on Ubuntu 22.04?

    Thanks in advance...
  • Annie_P
    Member
    • Aug 2022
    • 88

    #2
    To install Valheim using LinuxGSM on Ubuntu 22.04, follow these steps:


    1. Make sure that you have the necessary dependencies installed on your system. You will need the following packages: tmux, curl, wget, gzip, unzip, and bzip2. You can install these dependencies by running the following command:

    sudo apt update && sudo apt install tmux curl wget gzip unzip bzip2


    2. Download the LinuxGSM script for Valheim. You can do this by running the following command:

    curl -o valheim-lgsm.sh https://linuxgsm.sh/valheim-lgsm.sh


    3. Make the script executable. You can do this by running the following command:

    chmod +x valheim-lgsm.sh


    4. Run the script to install Valheim. You can do this by running the following command:

    ./valheim-lgsm.sh install


    It will install Valheim on your system and create a dedicated user for the game.


    5. Once the installation is complete, you can start the Valheim server by running the following command:


    ./valheim-lgsm.sh start


    You can also use the ./valheim-lgsm.sh script to manage the Valheim server, such as stopping, restarting, or updating the game.

    Comment

    Working...
    X