Jump to content

Recommended Posts

Posted
VPS number: 92, VPS ID: 789

I was curious if this account would let me create PHP/PostgreSQl websites and how to access that.
Thanks,

Dec 30, 2025, 1:34 PM by support@heliohost.org:

>
>
> Hey Giks,
>
> Congratulations, your new VPS is now finished being built. You can find the details of your VPS listed below:
>
> Username: giks
> Password:
> IPv4: 65.19.166.231
> IPv6: 2001:470:1:1ee::92
> SSH Port: 22
> Memory: 1 GB
> CPUs: 2
> Storage: 50 GB
> OS: Ubuntu24
> Domain: vps92.heliohost.us
>
> If you want to run something as root, use "sudo " to run a single command or "sudo su" to switch to root using your password.
>
> All of the latest updates are done and everything should be good to go. Let us know if you'd like another free something.heliohost.us domain pointed at your VPS. You can host any domain you want by setting the domain's A record to the ipv4, and an AAAA record for the ipv6 listed above.
>
> You can reply to this email, open a support ticket at helionet.org, or chat with the community at heliohost.org/chat if you have any questions.
> Check VPS Dashboard
>
>
>
>
>
>
> ? 2005-2025 Helio Networks. All rights reserved. > | > > > Unsubscribe
>
>

Posted

Here is a guide I found on how to install PostgreSQL on Ubuntu 24 https://documentation.ubuntu.com/server/how-to/databases/install-postgresql/

Here is a guide I found on how to install PHP https://docs.vultr.com/how-to-install-php-and-php-fpm-on-ubuntu-24-04

If you're not comfortable with SSH we could install a free control panel for you, but very few control panels include PostgreSQL so you'd likely need to install that via SSH anyways.

Posted
Please install a free Control Panel.

Dec 30, 2025, 2:51 PM by support@heliohost.org:

> Here is a guide I found on how to install PostgreSQL on Ubuntu 24?https://documentation.ubuntu.com/server/how-to/databases/install-postgresql/ Here is a guide I found on how to install PHP?https://docs.vultr.com/how-to-install-php-and-php-fpm-on-ubuntu-24-04 If you're not comfortable with SSH we could install a free control panel for you, but very few control panels include PostgreSQL so you'd likely need to install that via SSH anyways.
>
> You may view the status of your ticket by visiting:
>
> https://helionet.org/index/index.php?showtopic=66589
>
> Thank you,
> HelioHost support
> https://heliohost.org/
> https://helionet.org/
>

Posted
Also, you have mentioned that you can add a domain to my account.?
Can you add a domain giks.heliohost.com?

Dec 30, 2025, 2:51 PM by support@heliohost.org:

> Here is a guide I found on how to install PostgreSQL on Ubuntu 24?https://documentation.ubuntu.com/server/how-to/databases/install-postgresql/ Here is a guide I found on how to install PHP?https://docs.vultr.com/how-to-install-php-and-php-fpm-on-ubuntu-24-04 If you're not comfortable with SSH we could install a free control panel for you, but very few control panels include PostgreSQL so you'd likely need to install that via SSH anyways.
>
> You may view the status of your ticket by visiting:
>
> https://helionet.org/index/index.php?showtopic=66589
>
> Thank you,
> HelioHost support
> https://heliohost.org/
> https://helionet.org/
>

Posted

I have started your VPS rebuilding with a free control panel. You'll get an email when it is done installing. Would you like giks.helioho.st or giks.heliohost.us? We don't own heliohost.com.

  • Krydos locked this topic
  • 2 weeks later...
Posted
I tried to create giks.heliohost.us myself but I am not sure I did OK.?
Can you help with this. Also Can you enable php on that domain?
Thanks,
Adrian Barb

Dec 31, 2025, 1:48 PM by support@heliohost.org:

> I have started your VPS rebuilding with a free control panel. You'll get an email when it is done installing. Would you like giks.helioho.st or giks.heliohost.us? We don't own heliohost.com.
>
> You may view the status of your ticket by visiting:
>
> https://helionet.org/index/index.php?showtopic=66589
>
> Thank you,
> HelioHost support
> https://heliohost.org/
> https://helionet.org/
>

Posted

We have to create the DNS zones for the heliohost subdomains on our side if you want them on a VPS. I've created the required DNS for that domain and pointed it your VPS, and it's now showing a "Coming soon" page. Not sure if that's the expected result or not.

You should be able to set up PHP on that domain yourself since it's a VPS. If not, one of the VPS admins will need to handle that piece of setup for you.

  • Krydos unlocked this topic
Posted

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.

Posted
Thank you very much! One more question is it possible that I access the database remotely from my computer?
Adrian Barb

Jan 15, 2026, 8:09 PM by support@heliohost.org:

> 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.
>
> You may view the status of your ticket by visiting:
>
> https://helionet.org/index/index.php?showtopic=66589
>
> Thank you,
> HelioHost support
> https://heliohost.org/
> https://helionet.org/
>

Posted
From a database management tool such as DBeaver.
Thanks,
Adrian Barb?


Jan 16, 2026, 11:50 AM by support@heliohost.org:

> 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.
>
> You may view the status of your ticket by visiting:
>
> https://helionet.org/index/index.php?showtopic=66589
>
> Thank you,
> HelioHost support
> https://heliohost.org/
> https://helionet.org/
>

Posted

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.

Posted
Thank you for this, of course it worked. I can connect from DBeaver.

One more question. I am trying some php on my machine and I want to insert some data in the tables in the database "user_sorting" on your server.? The php code is on my machine, which I use for testing. When I try to establish the connection to the above database I get and error of permission denied. So I can connect from DBeaver but from php. Do you have any suggestions?
Thank you!

Adrian Barb

Jan 16, 2026, 2:14 PM by support@heliohost.org:

> 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= password= 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.
>
> You may view the status of your ticket by visiting:
>
> https://helionet.org/index/index.php?showtopic=66589
>
> Thank you,
> HelioHost support
> https://heliohost.org/
> https://helionet.org/
>

Guest
This topic is now closed to further replies.
×
×
  • Create New...