-
Posts
24,610 -
Joined
-
Last visited
-
Days Won
871
Everything posted by Krydos
-
I've heard the inode thing is because they are an ifastnet reseller.
-
If you want to get a VPS we can install a free control panel for you that will install everything for you. A popular OS and free control panel is Ubuntu 20 with Hestia. Maybe take a look at their demo and find some of the familiar cPanel functionality. https://demo.hestiacp.com:8083/ I've never used them personally, but I've heard a lot of people talk about infinityfree. Most of the time when people tell me about them it's because they're saying how much better HelioHost is though. Tommy will be the first to be backed up, and that may complete in the next day or two. Once the backups are done and all the data is safe Tommy will be wiped and we will begin installing Plesk. So your website will be online in its broken current state for maybe 2 or 3 more days max I'd say.
-
Another solution to the email problem is you could signup for a free account at an external mail service such as the free plan at Zoho https://mail.zoho.com/orgsignup.do and then they will give you the MX records to set. If you use an external dns provider like Cloudflare you can then edit your MX records to be what your mail provider gives you.
-
Your credentials are the same as cpanel. Username: all lowercase, not an email address Password: same as cpanel Host: <your servername>.heliohost.org Port: 1373 if you're on Ricky or Johnny, 1342 if you're on Tommy Protocol: SFTP Logon type: Normal Creating full backups is the top priority right now. If you can't figure out how to connect to SFTP you can just wait for the backups to be posted. Tommy will be backed up first, then Ricky, and then Johnny. It may take a couple days for each server to complete.
-
I have absolutely no idea. I've never installed Plesk before. I'm going to get it done as quick as I can though. That's literally the only HelioHost related thing I'm going to be doing for quite a while. If you want to go month to month it's only $4. Hopefully I can get Tommy rebuilt in less than a month. Email is definitely the hardest part of setting up a VPS without a control panel. I believe @Unknown025 did it on his own personal VPS without a control panel though. He might be a good person to ask how he did it.
-
On a VPS you get the entire server to yourself. By default it's just a bare operating system with SSH command line access, but you can install any web based control panel you want except for cPanel. If you install cPanel and pay those bastards a single cent I will delete your VPS myself. One popular configuration is Ubuntu 20 operating system and Hestia free control panel. You can of course do everything from the command line too without a web based control panel. In that case you would just install a web server, such as Apache or Nginx, and then you would need to install Postgresql and import your databases in, and you would need to install a php version as well. Control panels can make all that easier to manage by installing it all for you. Feel free to do some research on control panels before you submit your vps request. Some control panels only work on certain operating systems so you would need to select the custom option, and choose your os. Ubuntu 20 with Hestia does support Apache, Postgresql, and PHP which you use now.
-
I've actually been looking at Plesk for years ever since we set up Lily, but obviously the control panel is the foundation of an entire web hosting company so switching is a massive undertaking. There are very few control panels that run on Linux and Windows. Some run on just Windows, and most run on just Linux, but not both. Plesk will allow us to have both Linux servers and a Windows server and it will tie everything together. I would love to go with free and open source, but as far as I know only a few open source projects have experimental support for Windows hosting so far. As soon as I contacted Plesk asking them if they could help us, they literally dropped everything they were doing to get us a contract to sign before I changed my mind and looked elsewhere. Plesk, unlike cPanel, realizes that a verified and experienced non-profit with the purpose of providing free hosting is a gold mine for public relations. It's actually part of the contract that I signed that we have to let them put our logo and story on their website. This will make them look really good, and they know it. Plus as a free host we attract a lot of people who are new to hosting, and have zero experience with any control panel. Over the years we have gotten literally hundreds of thousands of people hooked on cPanel. When they move on to paid hosting they make sure that cPanel is available before they signup because that is what they know and love from using it here. Now we can get all those people started on Plesk instead. 100% without a doubt cPanel thought that we couldn't survive without them, and we would just give up and hand over the $1442 per month to keep their licenses. Absolute pure greed. If the reason was anything other than money they wouldn't have just said "you can buy full licenses".
-
Sorry about that. The VPS signup page is really new, and only 2 people have used it so far. I added NO_SHIPPING to the code which should fix that issue. Let me know if you're still having issues. Thanks for letting me know about it. Thanks for testing our Facebook donations. No one has ever donated via Facebook before so I'm not sure how the fees will compare to Paypal. However, for VPS it would be best to use the actual VPS page because it sets up a subscription that autobills on it's own. With a Facebook donation it doesn't automatically update the expiration date in the database, and I'll have to manually track it.
-
It's not a typo. I actually changed it to moneybroz, but I thought it would be funny to say I changed it to moneygalz. Apparently not.
-
Unarchived.
- 1 reply
-
- 1
-
-
I don't know where you're getting this OpenDNS/Cisco stuff from. Neither of them have anything to do with your ssl certificate, nor did they have anything to do with your old Let's Encrypt certificate either. This is the certificate that the rest of the world sees https://www.sslshopper.com/ssl-checker.html#hostname=daskunk.heliohost.org
-
Alright, you've been switched back to the Comodo certificate.
-
Your domain had a Comodo certificate just like mine when you originally started this topic. Since you were having an issue with it I switched you to Let's Encrypt to see if it helped. Do you want to switch back to what you had before?
-
Hmmm? What was it supposed to be? ?
-
Your main domain has been changed to moneygalz.heliohost.us
-
Try changing this line subprocess.Popen("/home/ar7/bot.py") to this subprocess.Popen("/home/ar7/bot.py", shell=True)
-
Yes, after the Ricky rebuild a lot of people switched to Tommy and he ended up getting pretty overloaded. As you can see here https://www.helionet.org/index/topic/43675-no-free-tommy-signups/ free signups have been closed on Tommy for over a month to help reduce the load. It's slowly getting better. When we release the new server hopefully in a few months a lot of people from Tommy will move to the new server and it will help Tommy's stability too.
-
Put this in the .htaccess file in the webroot of each domain and subdomain to force https: RewriteEngine On RewriteCond %{HTTPS} !=on RewriteCond %{REQUEST_URI} !^/.well-known/ [NC] RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] Are you trying to remove www from the beginning of your domain too?
-
The ip you posted from is not blocked. If you provide some other ips that you think are blocked I could check them too. Is there any error when you try to FTP? Are you using FTPS, FTP, or SFTP? We recommend SFTP. FTP is insecure, and FTPS rarely works right. Does this help? https://unix.stackexchange.com/a/164093 It seems like the topmost directories lose their timestamp, but all files and subdirectories should keep them.
-
Are you only using firefox? Does the same error come up with other browsers? I viewed your site with chrome, safari, and edge and it works on all of those. Maybe it's something specific to firefox? I don't have firefox installed so I can't test that.
-
There you go https://krydos.heliohost.org/cgi-bin/modules37.py
-
I deleted your Comodo certificate and generated a new autossl certificate using Let's Encrypt instead. Does that one work any better for you?