Jump to content

Krydos

Chief Executive Officer
  • Posts

    23,023
  • Joined

  • Last visited

  • Days Won

    790

Posts posted by Krydos

  1. 18 hours ago, cybergig22 said:

    What does the web panel feature in detail

    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. 

    18 hours ago, cybergig22 said:

    would it help with the install?

    I'm pretty sure none of the control panels I listed have any connection to mumble servers, so no.

  2. 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.

  3. You were suspended on 2024-02-14 14:54:48. Here is what your load graph looked like at the time. image.png.e48f9872a89ff52c94aa2d530287a3af.png

    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.

  4. 6 hours ago, cybergig22 said:

    to get some things working like a mumble server

    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.

  5. 2 hours ago, cybergig22 said:

    just wondering, there was no OS selection on sign up...

    Did you read the text at the top of the page? https://heliohost.org/vps/

    Quote

    By default all VPS come with root SSH access to the Ubuntu 22 OS. If your software doesn't support Ubuntu 22 choose the custom option below to choose a different OS.

    2 hours ago, cybergig22 said:

    is there a way to get a web intergration

    That's in the text at the top of the same page too https://heliohost.org/vps/

    Quote

    If you prefer a web-based control panel instead of SSH they can be installed as well. Let us know

     

  6. 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/

  7. 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.

  8. 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.

  9. # /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...