CloudatCost
-
@coliver said:
Are there any restrictions (other then capacity) on the Dev line as compared to the Big Dog line?
Windows not available until you get to the Big Dogs.
-
@AmanBhogal said:
Anybody who purchases a one time server does not have any monthly recurring charges.
Sorry if I was not clear on the concern. Your site clearly states the one time cost is a temporary thing. I want to know if there are plans for that to go away or not.
For the ease of a couple month server space, this is looking like a really nice setup for short term systems.
For the price point of a one time cost, this is also a really nice setup for longer lasting systems.
-
@JaredBusch
The one time cost differentiates us from others in the marketplace and has been working very well for us.
I have not heard of any plans to remove that offer anytime soon. -
@AmanBhogal said:
@JaredBusch
The one time cost differentiates us from others in the marketplace and has been working very well for us.
I have not heard of any plans to remove that offer anytime soon.That would be good. It is a major differentiator. Makes a huge difference.
-
That looks tops.
Do many people use the two low end packages?
What do you you lot use them for?- I'd like to set one up but I don't know what I'd use it for.
-
@AmanBhogal said:
@JaredBusch
The one time cost differentiates us from others in the marketplace and has been working very well for us.
I have not heard of any plans to remove that offer anytime soon.@scottalanmiller said:
That would be good. It is a major differentiator. Makes a huge difference.
Yes, those one time cost plans are very different and the reason I am attracted to the service. The clients I serve do not tend to do things for short time frames. so a server here paid once is just a great idea for something that will run for 2-4 years
-
FYI -- the coupon code still works.
Now to figure out the easiest way to host my own sites! -
@Danp said:
FYI -- the coupon code still works.
Now to figure out the easiest way to host my own sites!What kind of sites are they? WordPress? Drupal? Joomla?
-
Is there a way to enable bandwidth caps so you don't get billed?
-
@thecreativeone91 said:
Is there a way to enable bandwidth caps so you don't get billed?
You should be able to do that effectively inside of the OS.
-
Just straight forward PHP / HTML. Currently hosted over at Media Temple.
-
@Danp said:
FYI -- the coupon code still works.
Now to figure out the easiest way to host my own sites!CentOS with LAMP and ISP Config 3 or Froxlor would be the easiest way unless you want to pay for Cpanel..
-
This might help you if you haven't done it before https://www.howtoforge.com/perfect-server-centos-6.4-x86_64-apache2-dovecot-ispconfig-3-p3
-
@thecreativeone91 Hey, you have an avatar now! Nice to finally see you.
-
@thecreativeone91 said:
This might help you if you haven't done it before https://www.howtoforge.com/perfect-server-centos-6.4-x86_64-apache2-dovecot-ispconfig-3-p3
Good starting place. Although that tends to build out lot of extra stuff. That's meant for people running their own hosting provider!
-
Thanks for all the input. I believe that LAMP is up and running properly. I looked into both ISP Config and Froxlor. I like the look of ISP Config. However, the tutorials I've read appear "complicated" with lots of steps.
Do I really need to disable the firewall, SELinux, install all of these extra packages, etc?
-
Firewall should not be disabled, just ports 80 and 443 opened. Firewall should always be on.
Disabling SELinux is pretty important, if you don't do that you will need to know how to configure it.
-
@Danp said:
Thanks for all the input. I believe that LAMP is up and running properly. I looked into both ISP Config and Froxlor. I like the look of ISP Config. However, the tutorials I've read appear "complicated" with lots of steps.
Do I really need to disable the firewall, SELinux, install all of these extra packages, etc?
ISPConfig has it's own firewall. You can use either. It would be simpler to use ISPConfig's firewall.
-
Ok.... this has been a fun "experiment". Clearly I don't have Fail2Ban properly configured:
Last failed login: Thu Feb 26 06:37:39 EST 2015 from 103.41.124.16 on ssh:notty There were 7770 failed login attempts since the last successful login. [root@localhost ~]# fail2ban-client status sshd Status for the jail: sshd |- Filter | |- Currently failed: 0 | |- Total failed: 0 | `- Journal matches: _SYSTEMD_UNIT=sshd.service + _COMM=sshd `- Actions |- Currently banned: 0 |- Total banned: 0 `- Banned IP list:
I'm thinking that I should start a new thread so that this one can get back on topic.
-
@Danp said:
Ok.... this has been a fun "experiment". Clearly I don't have Fail2Ban properly configured:
Last failed login: Thu Feb 26 06:37:39 EST 2015 from 103.41.124.16 on ssh:notty There were 7770 failed login attempts since the last successful login. [root@localhost ~]# fail2ban-client status sshd Status for the jail: sshd |- Filter | |- Currently failed: 0 | |- Total failed: 0 | `- Journal matches: _SYSTEMD_UNIT=sshd.service + _COMM=sshd `- Actions |- Currently banned: 0 |- Total banned: 0 `- Banned IP list:
I'm thinking that I should start a new thread so that this one can get back on topic.
You need to do
vi /etc/fail2ban/jail.local
Then copy this into the file, and save the files (hit insert to add text, escape to leave insert mode and :wq to write quit (save & exit)
[sshd] enabled = true
Make sure SELinux is disabled as well.