Skip to content

SteamCMD Fatal Error: Steamcmd needs to be online to update. #527

Answered by laurentksh
laurentksh asked this question in Help!
Discussion options

You must be logged in to vote

To summarize, my issue was that the Debian installation I was using wasn't working properly (Docker containers could not reach the internet).

So I did the following:

  1. Re-installed Debian using a proper image (Debian 11 Bullseye)
  2. Installed Docker by following these two tutorials: Install Docker on Debian and Install Docker compose.
  3. Added my user to the docker group by executing this command: sudo usermod -aG docker $USER
  4. Created a valheim folder under /home/$USER
  5. Created the docker-compose.yml file with the settings I wanted.
  6. Ran docker-compose up
  7. And the container could now reach the internet and download the Valheim server from Steam's CDN !

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
3 replies
@laurentksh
Comment options

@mbround18
Comment options

@laurentksh
Comment options

Comment options

You must be logged in to vote
1 reply
@mbround18
Comment options

Answer selected by laurentksh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help!
Labels
None yet
2 participants