-
Posts
26444 -
Joined
-
Last visited
-
Days Won
944
Everything posted by Krydos
-
What is your username? There was an account named heirloom created in 2017, but the email address of that hosting account doesn't match your disposable email address on this forum account. EDIT: I just noticed this was posted 7 months ago. Not sure why the forum just suddenly decided to show it to me as a new unread topic.
-
Your account has been deleted and I sent an invite to create a new account to your email address you use for this forum account. Let us know if you have any issues.
-
Great news! We are now sending out invites to donors again starting immediately. We started sending new account creation invites using slightly modified cPanel code a while back, but quickly realized that there were too many bugs. We decided to start over entirely and redesign the new account creation process again from the ground up with Plesk in mind. It was a lot more work, but we think it was worth it. The previous cPanel new account creation code has remained largely untouched since it was implemented in 2016, and we created over 100k accounts using that old code. We've learned a lot from our time creating so many accounts, and we hope that the new Plesk code will perform even better. We also have more great news! Gmail has begun delivering our emails instead of deleting them. More often than not the emails end up in the spam box, but if you flag them as not spam future emails will be delivered to the inbox. It's a great step in the right direction, and a lot better than our invites being deleted entirely. If you're not a big fan of email, or you're afraid you'll miss your invite in the spam box you can link your Discord account or improve your position in the queue using the ETA page https://heliohost.org/eta/ All of the HelioHost staff are really excited to be able to create new accounts again, and we're hoping this feature rollout will go smoothly. Once all the donors are on Plesk we will begin moving the free accounts as well. We will start out only sending a few invites per day, but as the new account creation gets well tested we will increase the rate of invites. Now that new account creation is implemented we can turn our attention to other tasks such as getting Django and Flask running on Tommy, setting up Johnny, and adding or deleting domains through Plesk. If you have any issues or have any questions let us know.
-
You can probably change the permissions of everything to make it work for both users. 644 = read/write by owner, read by group, and read by other. Your colleague's account is going to count as other so if you set the file's permission to 666 he should be able to edit those files. Filezilla has an option to recursively change all file permissions with just a few clicks so that might be the best solution for you. This isn't a Plesk issue, it's a Linux issue. Permissions like this have been in effect in Unix since like the 70s or so. It's a security feature to prevent other users on the same server from altering your files unless you want them to.
-
DM sent. Are you running sudo su or just sudo?
-
Yes, we are planning on adding Discord linking to both shared hosting account and VPS. However, Plesk requires an email address on file, and VPS use PayPal for payments so they require an email address on file as well. Once your Discord account is linked to your HelioHost account you will receive all of your notifications via Discord.
-
There you go https://www.sslshopper.com/ssl-checker.html#hostname=swlabr.heliohost.us
-
Postmaster tools doesn't actually increase the chances of emails being delivered. It just gives you some information on why emails might not going through so you can try to fix it. If you send an email to https://www.mail-tester.com/ and post the results we can go through the list of problems and get them fixed. Most likely you don't have DKIM or SPF set up correctly or something. Even with perfect emails the chances of Gmail not deleting your emails are slim though. You're better off just not using Gmail anymore.
-
I see permission denied which makes me think maybe the FTP is uploading with a different username than the files and directories were created with. I logged in to check your permissions and ownership, but I see a Wordpress install on both of your web roots. Where is this Moodle install located? Have you tried uploading the files on your main garrigue account? The other option is you could change all of the ownership of the files to your sub ftp account.
-
Google has lost touch with reality. They flagged all of your emails as spam, and they will likely flag this reply as spam as well. The only emails Gmail allows to pass anymore are the spammers who pay Google to deliver their spam into your inbox. Meanwhile emails that you actually want to read are deleted.
-
There you go https://www.sslshopper.com/ssl-checker.html#hostname=astron.heliohost.org Yes, after you get moved to Plesk it will be automatic again.
-
The install instructions don't mention what versions of things they need http://calemeam.com/community?id=72 It just says PHP, Apache, and MySQL. We support PHP 5.2 through the latest PHP 8.1 so surely one of those versions will work.
-
[Solved] Please add Python Modules MIMEText and EmailMessage
Krydos replied to cktrack's topic in Customer Service
Those don't need to be installed. They are part of the default Python install, and you can just import. root@tommy2 [/home/krydos]# /usr/bin/python3.10 Python 3.10.5 (main, Jul 30 2022, 21:17:50) [GCC 4.8.5 20150623 (Red Hat 4.8.5-44)] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import email >>> import email.mime.text >>> import email.message >>> -
I installed Hestia for you, and emailed you the credentials to login with. Let me know if you didn't get that email either and I can DM you on this forum or something.
-
You choose the root password for your VPS when you signup. You log in with the username huberret that you picked and then you can run sudo su to switch to root using that same password. You can change it since you have root access, but by default Ubuntu doesn't allow direct logins to root to increase security. Yes, most likely Gmail deleted our email instead of delivering it to you. I can add a non-gmail address to your account if you want so you'll receive future emails.
-
[Solved] Please add Python Modules MIMEText and EmailMessage
Krydos replied to cktrack's topic in Customer Service
root@tommy2 [/home/krydos]# /usr/local/python3.10/bin/pip3.10 install mimetext ERROR: Could not find a version that satisfies the requirement mimetext (from versions: none) ERROR: No matching distribution found for mimetext root@tommy2 [/home/krydos]# /usr/local/python3.10/bin/pip3.10 install MIMEText ERROR: Could not find a version that satisfies the requirement MIMEText (from versions: none) ERROR: No matching distribution found for MIMEText root@tommy2 [/home/krydos]# /usr/local/python3.10/bin/pip3.10 install emailmessage ERROR: Could not find a version that satisfies the requirement emailmessage (from versions: none) ERROR: No matching distribution found for emailmessage root@tommy2 [/home/krydos]# /usr/local/python3.10/bin/pip3.10 install EmailMessage ERROR: Could not find a version that satisfies the requirement EmailMessage (from versions: none) ERROR: No matching distribution found for EmailMessage -
Yes, we will announce new account signups are available on Our homepage news section https://heliohost.org/ Our forum news section https://www.helionet.org/index/forum/1-news/ Our Discord news section https://discord.gg/usUgj7SKKm Our Twitter account https://twitter.com/heliohost Our Facebook page https://www.facebook.com/HelioHost.org/
-
SFTP by default runs on port 22, which is one of the most scanned ports on the internet. https://securitytrails.com/blog/top-scanned-ports An easy way to prevent like 95% of those brute force attempts is just to move it to a different port. In this case 1373.
-
Your VPS has been deleted, your subscription has been canceled, and you won't be charged again. We're looking forward to your return. Thanks for using our VPS service.
-
It used to be that Johnny = 1373, Ricky = 1312, and Tommy = 1342, but that was too confusing to people because they would search the forum and see a number and not know exactly which server they were on, etc. In order to simplify things we're just going to have all of our servers use 1373 from here on out rather than a different random port on each.
