Jump to content

Krydos

Chief Executive Officer
  • Posts

    23,023
  • Joined

  • Last visited

  • Days Won

    790

Everything posted by Krydos

  1. KeyHelp has been installed for you. SSH into your VPS and run the command sudo cat /root/keyhelp_login_data_2024-02-20_22-41-08 And it will display the URL, username, and password that you can log in to the control panel with. Let us know if you need help with anything else.
  2. I increased the max upload size to 100 MB. Does it work now?
  3. 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.
  4. 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.
  5. 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.
  6. Try resetting the password at https://heliohost.org/reset/
  7. 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.
  8. 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.
  9. 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.
  10. 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
  11. 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.
  12. 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.
  13. Did you read the text at the top of the page? https://heliohost.org/vps/ That's in the text at the top of the same page too https://heliohost.org/vps/
  14. 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. Remote access enabled. host=65.19.141.67 port=5432 username=fdevillalobos_admin_viaviva dbname=fdevillalobos_viaviva password=<set in Plesk>
  16. 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
  17. Your account finished renewing itself literally 1 minute after you posted this.
  18. Your the only person who has mentioned a telegram bot not working anymore. Not sure if anyone else is even running a telegram bot though so who knows?
  19. I deleted the drroshan.pro.np old directory, and the Plesk backup you had to get you under the 1000 MB limit again. If you need any of the files I deleted you can download them from https://heliohost.org/backup/ You should be able to login now. Also keep in mind you can increase your storage by 1000 MB permanently with a one-time donation of $5, or you could increase your storage to the max 6000 MB with a one-time donation of $25. Let us know if you need help with anything else.
  20. What are you planning on using channels-redis for?
  21. I was able to get some better logs for you. Here is what is happening: Heliohost rules! Bot() wut Traceback (most recent call last): File "/usr/local/python3.10/lib/python3.10/site-packages/anyio/_core/_sockets.py", line 186, in connect_tcp addr_obj = ip_address(remote_host) File "/usr/local/python3.10/lib/python3.10/ipaddress.py", line 54, in ip_address raise ValueError(f'{address!r} does not appear to be an IPv4 or IPv6 address') ValueError: 'api.telegram.org' does not appear to be an IPv4 or IPv6 address Maybe you could try connecting to 149.154.167.220 directly which is the IPv4 for api.telegram.org since it seems like it's expecting an IPv4 or IPv6 not a domain name.
  22. # /usr/local/python3.10/bin/pip3.10 install kindly daphne Collecting kindly Downloading kindly-0.2.0-py3-none-any.whl.metadata (986 bytes) Collecting daphne Downloading daphne-4.1.0-py3-none-any.whl.metadata (6.5 kB) I figured it would cause an error because I always install Python modules in the normal way, but it turns out you can kindly install Python modules. # /usr/local/python3.10/bin/pip3.10 install tz_detect ERROR: Could not find a version that satisfies the requirement tz_detect (from versions: none) ERROR: No matching distribution found for tz_detect # /usr/local/python3.10/bin/pip3.10 install corsheaders ERROR: Could not find a version that satisfies the requirement corsheaders (from versions: none) ERROR: No matching distribution found for corsheaders There is no module called tz_detect or corsheaders though. The rest were installed. You can see the current list of installed Python 3.10 modules and their versions at https://krydos2.heliohost.org/pyinfo/info3.10.py
×
×
  • Create New...