Today I started a Sia Daemon on my VPS. During the entire process I encountered some problems, so I decided to share this document with you.
You can start a Sia Daemon as a root user, but is a good practise to create a dedicated user. So before starting, let's create a user called sia.
adduser sia
su sia