All Activity
- Past hour
-
Hi everyone, I just recently set up a site on HelioHost (Tommy server) and wanted to share how I enabled HTTPS and basic protection using Cloudflare. This is useful especially since HelioHost doesn’t offer automatic SSL for custom domains out of the box. --- Steps: 1. Add your domain to Cloudflare Go to https://dash.cloudflare.com Click Add a Site, choose the Free plan Cloudflare will scan your DNS records At the end, you will get two nameservers to replace your current ones Go to your domain registrar and update your nameservers accordingly (Wait some time for the DNS to propagate, up to 24h) --- 2. Point your domain to your HelioHost server (Tommy) After the domain is active in Cloudflare: Go to the DNS tab in Cloudflare Add a record like: Type: A Name: forum (or your subdomain) IPv4 address: <your_hosting_ip> Proxy status: Proxied (orange cloud) (If you use the root domain, set Name: @) --- 3. Enable SSL and force HTTPS In Cloudflare: Go to SSL/TLS > Overview Choose "Full" or "Full (strict)" if you have a Let’s Encrypt cert on the server Otherwise, use “Flexible” (not ideal but works) Go to SSL/TLS > Edge Certificates Enable Always Use HTTPS Enable Automatic HTTPS Rewrites --- Notes: Make sure your web host supports SSL if you use "Full (strict)" You can still access your files and settings via HelioHost control panel (e.g. Plesk) --- Let me know if you have any questions. I’m still new to this but happy to help where I can!
-
Hello, The forum seems a bit deserted :))
-
bydaulton joined the community
- Today
-
I’m trying to disable directory listing using .htaccess
urbanshed posted a topic in Customer Service
I’m trying to disable directory listing using .htaccess, My .htaccess file has Options -Indexes, it is working fine on my local development server but not here, can you help me overcome this issue? thank you. -
[Solved] Add forum.alkastraverse.xyz to account
MoneyBroz replied to alkastraverse's topic in Customer Service
Added. it can take up to 2 hours to start working.- 1 reply
-
- 1
-
-
Hi HelioHost Support, Please help me add the following subdomain to my hosting account: HelioHost Account Email: <removed> Username: alkastraverse Subdomain to Add: forum.alkastraverse.xyz Thank you for your support! Best regards, alkastraverse
-
No problem.
-
Now it worked finely. Thank you again
-
Try something like this python3 -m venv .venv source .venv/bin/activate pip3 install python-telegram-bot pillow pytesseract requests email-validator python-dotenv
-
The command is working fine, it's just letting you know that you should use a virtual environment. Parts of the operating system use Python too so if you change the versions or install random stuff to environment that the operating system uses you could break the whole VPS. Here is a guide for how to create a virtual environment and install modules with pip inside it. https://packaging.python.org/en/latest/guides/installing-using-pip-and-virtual-environments/
-
-
What error do you get when you try running that yourself via SSH?
-
akramtello joined the community
-
VPS120. Escalating...
-
Well...that's a new one. There must be something wrong with the Plesk file manager considering FTP works. Nobody else has reported it though. Have you tried another browser? I'll escalate it to Krydos for you to see if he has an idea what might cause this, but if the issue isn't a simple fix or is just an internally broken user account, you might need to reset your account... Escalating.
-
plainsend joined the community
-
iamxiae joined the community
- Yesterday
-
kbp2025 started following [Solved] PIP install not works
-
Can some one please, sudo apt update && sudo apt install -y python3 python3-pip tesseract-ocr libtesseract-dev && pip3 install python-telegram-bot pillow pytesseract requests email-validator python-dotenv install these for me. the pip is not working via terminal.
-
Thank you ! it's working properly now
-
[Solved] Lilly access request for dotnet Core
wolstech replied to cjc080911's topic in Escalated Requests
Please check your PMs for information regarding your Lily account. -
yannoliveira1056 joined the community
-
Your rebuild has been started and you'll get an email in a bit when it finishes.
-
A VPS admin will be able to do this for you.
-
Cameron Zipp joined the community
-
Can we get a fresh OS Install on VPS64 please? Thanks!
-
krydos6 joined the community
-
[Solved] PostgreSQL Server Connection Error
cjc080911 replied to cjc080911's topic in Escalated Requests
Thanks! I'm in now. -
oppo joined the community
-
[Solved] Lilly access request for dotnet Core
Unknown025 replied to cjc080911's topic in Escalated Requests
Wolstech can do this for you once he's free. -
Good afternoon! Can I please be granted access to Lilly for DotNet core utilization? Thanks,
-
[Solved] PostgreSQL Server Connection Error
Krydos replied to cjc080911's topic in Escalated Requests
Remote access enabled. host=65.19.154.90 port=5432 user=cjc080911_db_user dbname=cjc080911_db password=<set in Plesk> -
It looks like it's a common issue that pops up on Hestia. I created the file /etc/nginx/conf.d/fixssl.conf and put these contents proxy_ssl_server_name on; proxy_ssl_name $host; Then I restarted Nginx and everything seems to be working now.