web hosting

InvaderSumo

Member
Joined
Apr 25, 2024
Messages
146
Reaction score
16
Credits
1,563
This isn't really relative to Linux, But I'd rather have recommendations from Linux users.
So I created my first complete webpage using HTML and some CSS elements.
Now I want it to be viewable by people all over the world LMAOOOOOO!!!!
So obviously I need a good cheap web-hosting provider. One that's not too expensive because I'm not really making any money off if it. YET.
 


As you're posting in a linux forum, i'd rather tell you how to do that yourself.

  • rent a server with hetzner.de's cloud. The smallest servers costs 4 euros, thats all you need. use ipv6 only. you wont need IPv4 (keep reading ;) )
  • apt install nginx
  • copy the files to /var/www/html/ (I think, somewhere there)
  • apt install certbot
  • certbot certonly --standalone example.com
  • edit /etc/nginx/sites-enabled/default to use your ssl config. Use https://ssl-config.mozilla.org/ to generate a secure ssl config. You will need nginx -v and openssl version to fill out its form.
  • service nginx restart
  • If you dont have a domain yet, and you want to register it very cheaply, register it with hetzner, they have VERY good prices
  • click a cloudflare account (free)
  • Follow this tutorial on how to use Hetzner DNS with Cloudflare to set your Nameserver records to cloudflare
  • click around in cloudflare. Its SUPER easy.

Done.

As your website is static HTML it will globally fly like a rocket (load fast).

If this is to much hassle for you ping @KGIII , he provides hosting with everything in a box - its plesk based (I think no?) and it comes with free emails and whatever else you need.

Pls share the link to your site when its online! :)
 
This isn't really relative to Linux, But I'd rather have recommendations from Linux users.
So I created my first complete webpage using HTML and some CSS elements.
Now I want it to be viewable by people all over the world LMAOOOOOO!!!!
So obviously I need a good cheap web-hosting provider. One that's not too expensive because I'm not really making any money off if it. YET.
I will take the other direction and tell you who I use. I use winhost (sorry guys but I write .net websites so I use a windows host), but they have plans as low as $5 per month for hosting. html and css will run on pretty much anything so no worries there.
 
As you're posting in a linux forum, i'd rather tell you how to do that yourself.

  • rent a server with hetzner.de's cloud. The smallest servers costs 4 euros, thats all you need. use ipv6 only. you wont need IPv4 (keep reading ;) )
  • apt install nginx
  • copy the files to /var/www/html/ (I think, somewhere there)
  • apt install certbot
  • certbot certonly --standalone example.com
  • edit /etc/nginx/sites-enabled/default to use your ssl config. Use https://ssl-config.mozilla.org/ to generate a secure ssl config. You will need nginx -v and openssl version to fill out its form.
  • service nginx restart
  • If you dont have a domain yet, and you want to register it very cheaply, register it with hetzner, they have VERY good prices
  • click a cloudflare account (free)
  • Follow this tutorial on how to use Hetzner DNS with Cloudflare to set your Nameserver records to cloudflare
  • click around in cloudflare. Its SUPER easy.

Done.

As your website is static HTML it will globally fly like a rocket (load fast).

If this is to much hassle for you ping @KGIII , he provides hosting with everything in a box - its plesk based (I think no?) and it comes with free emails and whatever else you need.

Pls share the link to your site when its online! :)
dude thank you because I'm literally gonna create a webpage that's gonna make everyone's life awesome!
 
This isn't really relative to Linux, But I'd rather have recommendations from Linux users.
So I created my first complete webpage using HTML and some CSS elements.
Now I want it to be viewable by people all over the world LMAOOOOOO!!!!
So obviously I need a good cheap web-hosting provider. One that's not too expensive because I'm not really making any money off if it. YET.
Order a server and install ispconfig. Than you can manage it via webpanel. Cheap providers are currently:


euserv.com has currently a limited offer for 3,57 EUR per Month.

euserv-angebot-vserver-en.png

but you can currently order this only in customer panel. So you have to register first (https://www.euserv.com/en/register.php) than login into customer panel (https://support.euserv.com/). Than you can find it in the header.
 


Top