Hi i’m following the Tek Linux tutorial on setting up a linux server.
Currently i’ve got my .tech domain plugged into my linode and i can ssh into it.
My question is what do i install now? I’ve read on the /r/selfhosted that some people run apache for web pages.
I would like to be able to have a simple webpage and stream some music from it.
I prefer nginx myself. There fairly easy to isntall.
apt-get update
apt-get install apache2
or
apt-get install nginx
https://wiki.debian.org/Apache
https://wiki.debian.org/Nginx
It should set up a default config.
You'll also want to set up TLS (because why not) https://letsencrypt.org/getting-started/
by steam music do you mean you want to send music to it to steam from a url, or listen to music on the server
Maybe something like jetsetradio.live for my music so i can play it from anywhere. Thanks i'll set that stuff up now
1 Like