-
Posts
26471 -
Joined
-
Last visited
-
Days Won
945
Everything posted by Krydos
-
> Big AI platforms usually require monthly subscriptions or paid API keys, > and this makes it difficult for many students to learn. We want to build an > alternative that is completely free and open, so that any student can learn > and experiment without worrying about money. That's a great goal! Maybe you should call it OpenAI........ oh wait. Like I said earlier, just start on the free Johnny plan and if the uptime and speed isn't good enough for the number of students you have currently we can discuss other options.
-
1. Yes, of course. 2. You can start with the free Johnny plan, and if that plan doesn't end up working out well for you let us know. 3. You can mention us on your site if you want to, but you're not required to. Is one account enough for your project or are there multiple students that each need their own account?
-
[Solved] Add main domain, aliases and subdomains
Krydos replied to centralmacatuba's topic in Escalated Requests
Added. -
Do you need to change your username (again) or main domain?
-
[Solved] Add main domain, aliases and subdomains
Krydos replied to centralmacatuba's topic in Escalated Requests
Are you planning on redirecting traffic from centralmacatuba.qzz.io and centralmacatuba.dpdns.org so when someone visits those domains the URL in the browser changes to centralmacatuba.eu.org? -
I've tested remote MariaDB connections to Johnny from everywhere too. Other VPS, other hosting providers, my home, VPNs, etc. And remote access works from all of them and nothing is timing out.
-
Do you have any antivirus running or weird security on your router? Is this a home internet connection, or a work or school connection?
-
What do you see when you run this command? curl http://portquiz.net:3306
-
[Solved] Add main domain, aliases and subdomains
Krydos replied to centralmacatuba's topic in Escalated Requests
Do you want both of these domains to show the same content as centralmacatuba.eu.org? -
What is the error message?
-
Glad you got it working. Let us know if you need help with anything else.
-
Instead of host=johnny.heliohost.org try host=64.62.151.106
-
It can take up to 2 hours for Node.js to start working after you enable it. You can read the documentation at https://wiki.helionet.org/Node.js Correct. Application root = / and document root = /httpdocs
-
Which scripting language are you using?
-
[Solved] Acuifero App Deployment (Postgres Remote Access)
Krydos replied to bravofqn's topic in Escalated Requests
Remote access enabled. host=65.19.154.90 port=5432 user=bravofqn_gb dbname=bravofqn_mina password=<set in Plesk> -
[HH#870161] Re: Possible Terms of Service violation detected
Krydos replied to HelioHost's topic in Email Support
Thanks for letting us know the situation. You and your brother are definitely allowed to each have an account. I have made an exception in the system so you shouldn't get a warning like this again. Let us know if you need help with anything else. -
[HH#844421] Re: Possible Terms of Service violation detected
Krydos replied to HelioHost's topic in Email Support
Thanks for letting us know the situation. You and your brother are definitely allowed to each have an account. I have made an exception in the system so you shouldn't get a warning like this again. Let us know if you need help with anything else. -
The first step to allow remote database access is to allow port 3306 in the firewall. This is the command: /usr/local/hestia/bin/v-add-firewall-rule accept 0.0.0.0/0 3306 tcp The next step is to reconfigure MariaDB to listen for remote connections: nano /etc/mysql/mariadb.conf.d/50-server.cnf and change this line: bind-address = 127.0.0.1 to: bind-address = * then you need to restart MariaDB: systemctl restart mariadb Now you should be able to connect your DBeaver application with these settings: host=65.19.166.231 port=3306 username=<created in Hestia> password=<set in Hestia> I have done all of the above steps except creating the database and database user for you already, but if you need to do it yourself some day you know how now. You don't need our help to do this stuff because you have root access to the VPS and can run all of these commands yourself. If you're not sure what you're doing we're happy to help you learn though.
-
Do you mean access the database via your browser? If so you can do so at https://vps92.heliohost.us/phpmyadmin/ Let us know if you mean something else.
-
The domain is working, and PHP is already enabled. It looks like it's using PHP 8.3 now http://giks.heliohost.us/phpinfo.php I recommend installing SSL next so you can access your domains via https. You can do that via the Hestia control panel. To put your files on this domain upload them to /home/user/web/giks.heliohost.us/public_html/ Let us know if you need help with anything.
-
Yes, it did fail. Here you go https://heliohost.org/vps/pay/?code=woFFMWWWx42YEsAM
-
No problem. Let us know if you need help with anything else.
-
It looks like you haven't requested DKIM, SPF, and DMARC to be set up on your account yet. DKIM, SPF, and DMARC have been set up for the domain foreverjohnsons27.com. We recommend sending a real email (not just the word "test" or a blank email) to https://www.mail-tester.com/ to make sure that everything is set up correctly. If you get less than a 10/10 score please post a link to the full report so we can help you fix any other issues that there may be.
-
Here is our guide for diagnosing email issues https://wiki.helionet.org/Mail_Delivery_Problems
-
Glad to hear it. Let us know if you need help with anything else.
