-
Posts
26446 -
Joined
-
Last visited
-
Days Won
944
Everything posted by Krydos
-
Yes, Laravel should run nicely on the Mercury VPS. Laravel really varies on how many resources it needs. Just a bare Laravel with very little content isn't too bad, but as you add layers upon layers of complexity and plugins and whatnot it can start to consume a lot more memory and CPU. Upgrading the Mercury VPS to add more memory or CPUs is very easy though so we do recommend people start small and then only pay for what they need. If the performance isn't good enough let us know and we can help you diagnose what the bottleneck is and give you advice on how to improve things. We don't provide automated backups, but we encourage everyone to take frequent backups themselves. We've had a few people write guides on how to set up automated backups to Dropbox, or various other external storage solutions. If you're not too familiar with Linux scripting and cron jobs we can help you with that as well. Let us know if you have any other questions.
-
[Solved] Request to Unsuspend My HelioHost Account
Krydos replied to arifchy369's topic in Escalated Requests
Here is our documentation on how to host a Flask website on the free Johnny plan. https://wiki.helionet.org/Flask Please note that SSH isn't required, nor is uploading hacker web shells with extremely weak passwords stored in plaintext that are comically insecure. If you feel like you're incapable of following these instructions, you can purchase a VPS at https://heliohost.org/vps/ where you will have root SSH access. -
[Solved] Request to Unsuspend My HelioHost Account
Krydos replied to arifchy369's topic in Escalated Requests
What does the Python application do? -
[Solved] Request to Unsuspend My HelioHost Account
Krydos replied to arifchy369's topic in Escalated Requests
The reason you were suspended is because you intentionally uploaded a web shell. It looks intentional to me because it has your name written all over it in the comments, etc. Attempts to hack our servers, or circumvent limitations imposed for the security of our thousands of other users sharing the same server as you are not taken lightly. If you need SSH access you can purchase a VPS at https://heliohost.org/vps/ where you will have root access to install anything you want, and you can't be tempted to try to access other users data because you're the only user on the server. -
The file jhilari_curriculum_secundaria.sql has been placed in your home directory as well. Let us know if there is anything else missing.
-
[HH#926744] Re: Possible Terms of Service violation detected
Krydos replied to HelioHost's topic in Email Support
The invite for the Morty account has been sent to the email address specified. You'll be able to set your own password during signup. -
Your account has been reset. In a few minutes you will receive an email with a link to continue the reset process. The reset link will come from no-reply@heliohost.org, not support@heliohost.org like this email.
-
Your subscription has been canceled and you won't be billed again. Thank you for using our VPS service.
-
It looks like there were 4 databases that didn't get transferred automatically. I have exported them into .sql format and put them in your home directory. You can recreate the databases via Plesk, and then import the .sql files via phpMyAdmin. Sorry for the inconvenience.
-
What host value are you using for your databases? Are you planning on moving back to Morty or staying on Tommy?
-
1. https://helionet.org/index/topic/59895-solved-subscription-was-suspended/#findComment-266335 2. https://helionet.org/index/topic/65589-solved-subscription-was-suspended/#findComment-293864 3. https://helionet.org/index/topic/65897-solved-my-account-is-overuse/#findComment-294816 4. This one.
-
Did you get our emails about your Morty balance running out?
-
[Inactive] Request for Assistance Regarding Blocked Accounts
Krydos replied to ibrain's topic in Escalated Requests
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. -
When you create or edit the MariaDB database make sure you allow remote connections at the bottom of the page. The default is local connections to improve security. Once remote connections are enabled use host=65.19.154.94 port=3306 username=shree21_user password=<set it in Plesk>
-
[Solved] please reactivate (username:gtolomea)
Krydos replied to gtolomea's topic in Escalated Requests
Unsuspended. -
Are you using MariaDB or PostgreSQL?
-
You could also create the tables manually through Phpmyadmin.
-
The only plans that have shell access are VPS which can be seen at https://heliohost.org/vps/ It looks like you signed up for the $19 Morty plan. There are a few ways that I can think of that you can run your migrations without shell access. 1. Use Bash CGI to run the python command. 2. Enable remote database connection and run your migrations from the development environment if it has shell access. 3. Run the migrations on your development environment and then import the database into your Morty account. If none of those sound good to you, and you absolutely can't continue living without SSH, then we could exchange your Morty account for a VPS plan instead.
-
[Inactive] Paypal payment page error for VPS
Krydos replied to piyushukani's topic in Escalated Requests
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. -
That error likely means you have an infinite loop in your .htaccess. For instance, domain.com/a redirects to domain.com/b which redirects back to domain.com/a which redirects back to domain.com/b and so on until your browser gets sick of it and shows you an error. Another common way to end up with that error is if your code redirects from http to https and then https redirects back to http which redirects back to https, and so on. One useful tool that I've found for debugging infinite loops like that is curl on the command line. Just run curl firsturl.com and examine the output of what it's redirecting you to. Then curl secondurl.com and see if the second page is redirecting you back to the first. When you say migrations are you referring to setting up a database, or migrating something else?
-
The file has been deleted. Keep in mind you can fix this yourself by increasing your storage space at https://heliohost.org/dashboard/storage/ rather than waiting for an admin.
-
[Solved] Enable java - tomcat on my VPS account please
Krydos replied to janbulla's topic in Escalated Requests
Here's a guide I found on how to install Tomcat on Ubuntu 24. Since you have root access to the VPS you have the ability to install anything you want without an admin's help. https://medium.com/@jasonrbodie/learn-linux-install-apache-tomcat-10-and-nginx-on-ubuntu-24-04-5bcdd9fad1c9 If you're new to Linux or if if you have any questions feel free to ask. We prefer to give users the opportunity to learn how to do stuff like this themselves if they're willing to learn. If you mess things up you always get 1 free rebuild per month. -
[Solved] 20251007 - Request for perl modules
Krydos replied to ashwanibright's topic in Escalated Requests
Yeah, thanks for using Perl. Not many people do so it's cool to see it getting some use. Let us know if you need help with anything else. -
[HH#240332] Rebuild My VPS With Hestia, Please!
Krydos replied to HelioHost's topic in Email Support
The rebuild has been started and you'll have the Hestia control panel installed as well. The Hestia login with be Username: admin Password: <same as SSH password for fatedmagic> Hestia URL https://vps154.heliohost.us:8083/ Obviously that URL won't work until it gets done installing. You'll get an email when it finishes.
