2018-01-29 at 5:33 AM UTC
If I current have a domain name registered, how can I set up a very small website using the domain name, along with an email server that uses the domain name, for the cheapest price possible?
I currently it registered using NOIP. I don't think I'll need any server side scripting, just a static page. But I will need email service.
2018-01-29 at 7:36 AM UTC
You should go with shared hosting, and get a wordpress install. Bluehost is usually pretty good, but you're talking $100 a year or so.
2018-01-29 at 7:40 AM UTC
A cheapy VPS will run you like $5 a month, think you can get that on ramnode which is reasonable but not great. Should be enough to run a site and your own SMTP server and cubemail or whatever that thing is called. It's a lot of admin work and email may be a little tricky given the politics of spam and entrant SMTP hosts.
Better option but costs a little more is the cheapy VPS for your web/app server and pay fastmail or a similar service to do the email for you.
2018-01-29 at 7:46 AM UTC
The following users say it would be alright if the author of this
post didn't die in a fire!
2018-01-29 at 7:54 AM UTC
So when signing up for RamNode, what do I put in the 'Hostname' box? Is that where I'd put the domain name that I own(like "SBT.com")?
Also, who is a chicken, Enter?
2018-01-29 at 7:57 AM UTC
i'm currently doing something very similar, setting up a website for a business. we're going with paid protonmail accounts which will enable us to put the company web domain as the @protonmail.com part and keeping all the smtp shit very simple indeed. i can't remember how much it was now for the protonmail accounts but it was fucking cheap. like $6 a month or summing silly.
anyway, i'd be interested with which solution you put in place, and when i put the company website up i will be more than happy to let you know what we decided to go with and why. ours is simple like yours, no ecommerce solutions or anything. just giving the company a simple web presence for now. you know, so they don't look like fucking amateurs and that.
.
The following users say it would be alright if the author of this
post didn't die in a fire!
2018-01-29 at 7:58 AM UTC
Hostname is the computer's internal name. It doesn't really mean anything externally, it's just how the system will refer to itself and typically how you'd talk about it. Many sysadmins pick names according to themes, we used to do characters from a movie at my last job, had a professor who named servers after different fruits.
2018-01-29 at 8:13 AM UTC
NOIP is a service that allows me to forward traffic. I can forward SMTP traffic as well. Will I basically just be forwarding traffic my servers ip? Also, I don't see anything on RamNode that mentions SMTP. Will I just set up the mail server on the system I get and then forward traffic to it?
2018-01-29 at 8:31 AM UTC
You typically wouldn't use something like No-IP with with a VPS like ramnode because you have a static IP address, there's no need for a dynamic DNS setup. Ramnode just gives you a server, like a machine, with no public services like mail or a website running by default. You need to alter your DNS records to point your domain and MAIL record to that server, then set up an SMTP server.
2018-01-29 at 5:53 PM UTC
But I registered at NOIP back when I needed the service.
Will it still work?
2018-01-30 at 4:40 AM UTC
Yeah, I guess.
Is your domain registered through NOIP?
2018-01-30 at 7:10 AM UTC
I'm up and running. I did the $3.50 deal and got a VPS. Then I just redirected traffic using NOIP, from my domain to my Ramnode servers IP. After the redirect though, it shows the ip rather than my domain name, but it's not a big deal.
Thanks fam.
2018-01-30 at 7:13 AM UTC
-SpectraL
coward
[the spuriously bluish-lilac bushman]
Better and easier to simply just host everything right off your own box.
2018-01-30 at 8:28 AM UTC
aldra
JIDF Controlled Opposition
Originally posted by -SpectraL
Do they actually still block certain ports/service running off your ISP, or do they let you and then bitch at you later?
a lot of phone service providers provide 'internet access' through an upstream proxy so that only certain protocols will work, and they can cache popular static content (ie. layout items for facebook, youpube etc.) to free up bandwidth and give the illusion of speed
The following users say it would be alright if the author of this
post didn't die in a fire!
2018-02-01 at 9:22 PM UTC
A question: doesn't Docker is good with small site hosting?
2018-02-01 at 11:31 PM UTC
aldra
JIDF Controlled Opposition
Docker is just an application container, ie. you can set up Docker on a VPS but it just adds an extra layer of complexity.
Typically you'd use Docker in a situation where you wanted to run a bunch of different applications each in their own environment, or if you were running different builds of the same application isolated from one another