Jump to content

Krydos

Chief Executive Officer
  • Posts

    23,023
  • Joined

  • Last visited

  • Days Won

    790

Posts posted by Krydos

  1. If you need to have port 13401 opened and don't want to get suspended for high memory usage we recommend getting a VPS which start at only $4 per month can be purchased from https://heliohost.org/vps/ Tommy is limited to 100 GB per day, which is about 71 MB if it runs constantly. A lot of Node.js applications like proxies use more than 71 MB so they can't run on Tommy without getting suspended. Also we don't open ports on Tommy, like Wolstech already mentioned, but you can open any or all of the 65535 ports on a VPS.

  2. We don't host that domain. https://dnschecker.org/#A/dosprn.com If you want to host dosprn.com with us either

    1. Set your NS records to ns1.heliohost.org and ns2.heliohost.org
    2. OR set your A record to 65.19.141.67 and your AAAA record to 2001:470:1:1ee::2009

    You don't have to do both, just one or the other. The advantage to option 1 is we can create all the other DNS records for you like MX, SPF, DKIM, DMARC, TXT, etc. if you don't know what you're doing. The advantage to option 2 is you can create all those records without an admin helping you if you're an advanced user and already know how to do all of the DNS stuff.

    Once we host that domain you will be able to install SSL on it.

    • Like 1
  3. 27 minutes ago, wolstech said:

    If you need new domains, eu.org is the current recommendation

    We should also point out that we offer free domain names too. yourdomain.helioho.st has the same number of dots as yourdomain.eu.org and is only 4 characters longer. helioho.st and heliohost.us domains are available instantly, start working within 2 hours, and don't require waiting months to get registered.

  4. 1 hour ago, Wooldrid said:

    fluggs.tk please.
    this is the list of domains I had  fluggs.tk, bonnage.ml, easterncape.tk, wooldridge.tk, wildsidedivers.tk, flighttime.tk, droneworx.ml, divefest.tk

    It looks like none of these domains are registered, which would explain why they were all deleted from your account. Have you logged in to your Freenom account recently? Are you aware that Freenom shows all signs of shutting down entirely soon?

  5. 19 minutes ago, irlhaiku said:

    I don't understand why we are being punished arbitrarily for using the same office computer.

    Did you tell us in advance that your coworker and you would be logging in from the same IP and the same browser?

    Arbitrary means "Determined by chance, whim, or impulse, and not by necessity, reason, or principle." You weren't arbitrarily suspended. You were suspended because our terms of service state that each person is allowed to have 1 account, and 2 accounts were logged in to from the same IP address and the same browser. 99.99% of the time that means 1 person has more than 1 account. There is a very good reason you were suspended.

  6. I tested installing Laravel through Plesk on Tommy and it worked just fine for me. You must have corrupted your account somehow. I created a full backup which you can download if you need it from https://heliohost.org/backup/ You have 4 options:

    1. Reset your account to the default settings, which includes deleting all of your data, but this would fix Laravel.
    2. Install Laravel manually without Plesk's help.
    3. Switch to a VPS and use the Docker deployment of Laravel. https://heliohost.org/vps/
    4. Use something other than Laravel on your existing, albeit broken, account.

    I recommend option 1, since it's likely that Laravel isn't the only thing broken on your account, but that requires a lot of effort from you to restore all of your websites from backups.

    • Confused 1
  7. 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

    • Like 1
  8. 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.

    • Like 1
×
×
  • Create New...