-
Posts
25,896 -
Joined
-
Last visited
-
Days Won
925
Everything posted by Krydos
-
Python Support and Package Installation Request
Krydos replied to diegoanc280's topic in Escalated Requests
What is the reason you can't use psycopg2 version 2.9.9, which is already installed? -
The 941 MB backup has been deleted, and your storage usage is now 959 MB which is barely under the 1000 MB limit. Are you able to login now? Since you're so close to the limit I would still suggest upgrading your storage at https://heliohost.org/dashboard/storage/ or delete some unneeded files.
-
[Krydos] Python Module Requests: Soundfile and Scipy
Krydos replied to cy's topic in Escalated Requests
Is there any particular reason you can't use Python 3.12? -
We're updating our Terms of Service. Our Terms explain what you can expect from us when using our services, and what we expect from you as a user of our services. You can find the updated Terms at the following URL: https://heliohost.org/terms Our policy is to make a news post each time we make changes to the Terms of Service to give you plenty of time to review the changes and opt out of the changes if you wish to. What is changing: * California recently passed legislation making casino or gambling websites that use real money or cryptocurrency illegal. Since our servers are located in that state, we are required to comply with the new laws. * The Tommy and Johnny servers use Plesk non-profit licenses, so commercial websites are not allowed on those plans. If your business is just starting out, you can set up your website on the free hosting, but we will periodically review your account. If we decide that your business no longer counts as a micro-business, we will require you to move to Morty or a VPS. * For people who choose to run paid software, our policy has always been to ask for proof of purchase to make sure the paid software is legally licensed. We're adding this policy to our Terms of Service, so users are aware prior to installation that providing proof will be required. * It really should be common sense not to attack your own website and attack your own host, but not everyone has common sense unfortunately, so we're adding it to our Terms of Service that you can't stress test your own website. What this means for you: Our Terms have been updated to reflect these changes and go into effect on March 31st, 2026. If you agree to these Terms, no further action is needed, and you can continue using our services as you always have. By continuing to use our websites or the services you receive after that date, you agree to the updated Terms We hope that you'll agree to our Terms and continue to use HelioHost. If you don't want to accept the changes, you can choose to leave HelioHost by deleting your account and no longer accessing or using our services. We would be sad to see you go though.
-
WSGI control access has been enabled on the domain carcareus.com. To restart your Django app and load new code changes in simply edit /home/nrchoudhari.heliohost.us/carcareus.com/config/dispatch.wsgi. Adding a blank line, removing a blank line, adding a space, or removing a space are examples of editing the file. As long as the last modified timestamp changes it will clear the server cache. Let us know if you run into any issues.
-
The hourly limit has been set to 100 and the daily limit has been set to 500.
-
Your limit has been increased to 500.
-
please add SPF DKIM and DMARC records, to aftershannon.com on johnny
Krydos replied to alberto4's topic in Escalated Requests
You're actually at 8/5 domains for your plan. Would you like to remove some domains, or upgrade to a plan that allows more domains? -
Can you get this implemented?
-
It looks like you were already on Morty, and for some reason on 2026-03-11 you decided to downgrade to Tommy. I can move you back to Morty for free if you want, and you already have a balance of $16.38 which should last you about 16 months as long as you don't have any load overages.
-
1 domain removed, and 1 domain added. Keep in mind if you need more domains you can upgrade to Morty which allows 15 domains, has much better speed and uptime, and doesn't require monthly logins, etc.
-
Added. You're now at 9/10 domains.
-
The PHP max_input_vars on your domain as been changed to 3500.
-
If someone goes to donation.theclippercampaign.com do you want them to get redirected so their browser shows donations.theclippercampaign.com in the URL bar?
-
[Solved] Add Domain and add MX, SPF Records
Krydos replied to PoppaBuzz's topic in Escalated Requests
DNS records set. -
[Solved] Request for Account Cancellation
Krydos replied to razorultra's topic in Escalated Requests
Refund issued, and account deleted. Thank you for complying with our terms of service. -
Added.
-
Closing due to inactivity since there has been no response in this thread for over a week. If you're still having this issue or need help with something else please open a new ticket.
-
It's been a week and you still haven't fixed your DNS issues. We can't login to your Namecheap account for you and fix this, so it's something you're going to have to do yourself if you want to host this domain with us. We could add a free temporary domain such as claudianunesdesign.helioho.st so you can make sure the account is working prior to changing your claudianunesdesign.com DNS settings if you want. Let us know if you need additional help.
-
If someone goes to meritukovstepan.helioho.st do you want them to get redirected show their browser shows supnot.helioho.st?
-
You can remove it yourself.
- 12 replies
-
- 1
-
-
- 504
- gateway timeout
-
(and 2 more)
Tagged with:
-
A few things I wanted to note: 99% of your load is coming from the one Wordpress site travel-lk.com. I would recommend switching to another software other than Wordpress if you want better performance for the whole VPS. If you refuse to get rid of Wordpress, you really should add some more memory. Decreasing the resources MariaDB and PHP 8.3 are allowed to use helps keep the system from swapping, which increases the speed, but in order to get truly fast speed you should still increase the memory. Your system is still pretty swapped. Over 1000 MB in swap right now, but it's mostly spamd processes, named, etc. which you probably aren't even using anyways. Just like in point 1 and 2 you really should increase the memory until your system doesn't need to swap at all.
- 12 replies
-
- 504
- gateway timeout
-
(and 2 more)
Tagged with:
-
Is the VPS running faster now?
- 12 replies
-
- 1
-
-
- 504
- gateway timeout
-
(and 2 more)
Tagged with:
-
I took a look at your VPS, and it is indeed very slow. This is because MariaDB and PHP-8.3 are using all your memory, and your load is very high. Between MariaDB and PHP-8.3 they are using 3081 MB of memory and your VPS only has 2048 MB memory, and the OS and everything else needs to have some memory to operate too. When I checked you only have 300 MB free, and 1.4 GB is swapped. You should aim to have only 0-50 MB swapped, and definitely more free memory than only 300 MB. Here are some options to increase the speed of your VPS: I would recommend increasing your memory to 3 GB or 4 GB at https://heliohost.org/dashboard/upgrade/ You could modify the MariaDB config to use less memory if you don't want to upgrade the memory. You could modify the PHP-8.3 config to use less memory and/or have less FPM workers if you don't want to upgrade the memory. In order to free up some memory for you, I restarted MariaDB, but it will likely just swell back up to the same memory usage as before unless you modify the MariaDB config as I suggested in option 2.
- 12 replies
-
- 1
-
-
- 504
- gateway timeout
-
(and 2 more)
Tagged with:
-
Alright, I have deleted the new VPS132 that you created, transferred the new subscription to the old VPS35, and you should be good to go. If this happens again in the future please note that you can just click the link in the email to pay for your existing VPS rather than creating a new VPS. Less work for you, and less work for us too. Thanks for being a VPS customer.
