-
Posts
24,135 -
Joined
-
Last visited
-
Days Won
847
Everything posted by Krydos
-
The reason I ask is because I've been considering providing MongoDB hosting on our own servers so people don't have to use remote databases. It seems to be a pretty popular database system, but I haven't used it at all myself. I suspect it would be a fairly sought after feature if we were able to start supporting it. Installing it and maintaining it would definitely be a learning experience for me and I love learning new things, especially stuff related to hosting and computers in general. As far as getting logged out, if it happens in less than a minute or so it's probably because your IP address is changing. Plesk hates it when your IP changes and it logs you out, sometimes only after a few seconds. If you get logged out after 30 minutes or so, then that's just by Plesk's design. If you install PhpMyAdmin or Adminer in your httpdocs folder you can set the logout timer to whatever you want. For example, https://stackoverflow.com/a/64480479 https://stackoverflow.com/a/11858297
-
Your subscription has been canceled and you won't be charged again. If you don't mind my asking, why did you decide to stop using your VPS after only 2 hours and 44 minutes?
-
Just out of curiosity more than anything, what features of MongoDB do you need that PostgreSQL and MariaDB don't provide?
-
[Solved] Connection to Postgres in Docker container
Krydos replied to jesfaj7's topic in Escalated Requests
The firewalls on VPS are off by default when it is built. So it is only active if you enable it. Since you're running the database inside Docker instead of directly on the VPS you have to allow the remote connection twice. Once it get outside the Docker container, and then again to get outside the VPS. If you install PostgreSQL directly it's a little easier and you only have to allow it once instead of having two layers. This link should help you https://stackoverflow.com/a/37704532 If after reading this stackoverflow you still have questions, let us know. -
[Solved] Set up SPF, DKIM, and DMARC on my domain
Krydos replied to sebas's topic in Escalated Requests
SPF, DMARC, and DKIM have been set up for the domain conectaev.com. Try sending another test email and if the score is less than 10/10 post the link to the full report so we can help you fix any other errors that there may be. -
I'm upgrading the renew script, so all of the above is because I haven't finished deploying all of the code yet. It should work better after it's fully tested.
-
[Solved] Upgrade Tommy server from 1 to 6 GB
Krydos replied to choochoo7298's topic in Escalated Requests
$23 from the second donation has been refunded. Thanks for the donation. -
[Solved] increase file upload size limit to 100mb
Krydos replied to vir's topic in Escalated Requests
I increased the max upload size to 100 MB. Does it work now? -
Removed. If any of your files got lost in the process I created a full backup before I changed anything that you can download from https://heliohost.org/backup/ if you need it.
-
Most people go with the free control panel Hestia. You can read about it at https://hestiacp.com/ Another popular free control panel is KeyHelp. You can read about it at https://www.keyweb.de/en/keyhelp/keyhelp/ We can also install Plesk on our VPS, but be aware that it increases the cost by $15.50 per month so your monthly cost would more than double from $15.00 per month now to $30.50 per month. I'm pretty sure none of the control panels I listed have any connection to mumble servers, so no.
-
I wonder if ppp089210002124.access.hol.gr is their ISP or university or work internet or someone in between hijacking the 3306 port? Maybe try using a different internet connection.
-
Try resetting the password at https://heliohost.org/reset/
-
[Solved] Python packages required on Johnny server
Krydos replied to lalithb's topic in Escalated Requests
Johnny and Tommy are still running CentOS 7 and that's the latest version of SQLite that the OS will ever support. Morty is running Alma 9 and has SQLite 3.34.1 currently, but that server hasn't been released yet. If you need a newer version of SQLite immediately you will need to get a VPS. MariaDB and PostgreSQL will likely have much better performance than SQLite anyways and are easier to use.- 15 replies
-
- package request
- python3
-
(and 1 more)
Tagged with:
-
You can enable remote connections to MariaDB databases yourself through Plesk. When you create or edit the database there is the option at the bottom to allow only local connections, remote connections from certain IPs, or remote connections from all IPs.
-
[Solved] Upgrade Tommy server from 1 to 6 GB
Krydos replied to choochoo7298's topic in Escalated Requests
The transaction ID doesn't come up with anything. I tried searching by your email address and didn't find anything either. I tried scrolling through looking for $25 donations and I didn't see anything recent either. -
Done.
-
[Solved] Python packages required on Johnny server
Krydos replied to lalithb's topic in Escalated Requests
It was only the Redis module that I ever had any issue with. The others have been installed. You can see the current list of installed modules and their versions on Johnny's Python 3.10 with this link https://krydos2.heliohost.org/pyinfo/info3.10.py- 15 replies
-
- package request
- python3
-
(and 1 more)
Tagged with:
-
You were suspended on 2024-02-14 14:54:48. Here is what your load graph looked like at the time. I would recommend looking at your access logs around that time to see what was going on. It's possible some bot was up to no good on your site.
-
I googled some instructions for you, but I don't see any requirement for VNC. Looks like it can all be done via SSH. https://www.unixmen.com/install-mumble-server-ubuntu/ Anyways, I'll wait for you to decide what you want to do, but you get 1 free rebuild per month. If you need more rebuilds after the first you'll either need to wait for the next month for the next free one, or pay $1 per rebuild. I haven't done the rebuild yet, because it sounds like you may want to change OS or something. Let us know how we can help.
-
[Solved] Python packages required on Johnny server
Krydos replied to lalithb's topic in Escalated Requests
You might want to get a VPS so you can have Redis and install modules yourself. If you use an external Redis server it's not going to be very secure, and the performance won't be great either. VPS start at $4 per month and come with root SSH access so you can install all of this stuff yourself, and the Redis server will be local which will be much more secure and as fast as possible. You can signup at https://heliohost.org/vps/- 15 replies
-
- package request
- python3
-
(and 1 more)
Tagged with:
-
[Solved] ENABLING REMOTE ACCESS TO POSTGRES DB
Krydos replied to fdevillalobos's topic in Escalated Requests
Remote access enabled. host=65.19.141.67 port=5432 username=fdevillalobos_admin_viaviva dbname=fdevillalobos_viaviva password=<set in Plesk> -
The module psycopg2 is already installed on Tommy's Python 3.10. You can see the current list of installed modules and their versions with this link https://krydos.heliohost.org/pyinfo/info3.10.py