Skip to content

Instantly share code, notes, and snippets.

View kikoncuo's full-sized avatar
🏠
Working from home

Enrique Alcázar Garzás kikoncuo

🏠
Working from home
View GitHub Profile
@vdragunov
vdragunov / Readme.md
Last active February 20, 2024 12:09
Palworld Ubuntu 22.04 server install

Init default Ubuntu VPS with this:

Update & upgrade required packets:

# apt update && apt upgrade
# apt install software-properties-common && apt-add-repository main universe restricted multiverse && dpkg --add-architecture i386 && apt update && apt install steamcmd

Create new ubuntu user:

# adduser ubuntu