-
Posts
25,407 -
Joined
-
Last visited
-
Days Won
909
Everything posted by Krydos
-
[Solved] Email Service on VPS (VPS Purchase)
Krydos replied to msbsurfi's topic in Escalated Requests
Yep. -
[Solved] Email Service on VPS (VPS Purchase)
Krydos replied to msbsurfi's topic in Escalated Requests
Your VPS is rebuilding, and you'll get an email in about 45 minutes when it is done. Your next free rebuild will be available on 2025-03-15. If you need additional rebuilds prior to that date they can be purchased for $1 each. We used to allow unlimited free rebuilds, but one jerk abused our generosity and requested about 50 rebuilds in a single month so he ruined it for everyone. -
[Solved] Email Service on VPS (VPS Purchase)
Krydos replied to msbsurfi's topic in Escalated Requests
Ok, your VPS has Hestia installed with Snappymail for webmail. I set Snappymail to use the domain webmail.dmcrac.org, but since you haven't created the A record yet we can't test it or see if the password reset works. Let us know once you create the webmail subdomain. To login to Hestia follow these instructions: Login to SSH: ssh dmcrac@65.19.154.78 Reset the admin password: sudo /usr/local/hestia/bin/v-change-user-password admin newpassword Go to https://vps112.heliohost.us:8083/ Type username admin Type the password from step 2 that hopefully is stronger than newpassword. Yes, you can change the SSH port to something else if you want. There is tons of bruteforce bots trying random usernames and password on port 22, so just moving it to a different port stops 99% of them. You can also disable password authentication entirely and use private keys if you want to increase the security even more. -
[Solved] Email Service on VPS (VPS Purchase)
Krydos replied to msbsurfi's topic in Escalated Requests
I took a look at Rainloop, and it looks like their repo was archived 3 months ago and there will be no further development. People are recommending a fork of Rainloop called Snappymail instead that is still actively being maintained. I can always install Rainloop if you'd prefer though, but there may be unpatched vulnerabilities. -
[Solved] Unable to reset Hestia admin password via SSH
Krydos replied to puspus's topic in Escalated Requests
I tested your SSH account and it works fine for me puspusssh@vps118:~$ which sudo /usr/bin/sudo puspusssh@vps118:~$ sudo su [sudo] password for puspusssh: root@vps118:/home/puspusssh# exit puspusssh@vps118:~$ sudo /usr/local/hestia/bin/v-change-user-password admin newpassword puspusssh@vps118:~$ I didn't leave the password as "newpassword" though because it is very insecure. Which SSH account are you logging in to? I see you have an FTP account too. If you login to that account via SSH it might not have sudo privileges. -
[Solved] Email Service on VPS (VPS Purchase)
Krydos replied to msbsurfi's topic in Escalated Requests
Thanks for clarifying. I'll see what I can do. In the meantime change your A record to 65.19.154.78 -
[Solved] Email Service on VPS (VPS Purchase)
Krydos replied to msbsurfi's topic in Escalated Requests
This VPS was sold 5 days ago so it is no longer available. I'm confused, which control panel do you want installed? Yep, looks good on our end. -
Thanks for noticing that. It looks like Johnny's time sync process stopped, and the time got about two minutes off. Morty, Tommy, and the rest of the servers weren't affected. Johnny's time sync has been started again and the time is correct.
-
Is Python 3.12 working at normal speed now?
-
Would you mind trying Python 3.9? I'm trying to determine if only Python 3.12 is affected, or if it's the whole server. Let me know what modules you need for Python 3.9. https://krydos1.heliohost.org/pyinfo/info3.9.py
-
[Solved] SSL doesnt work until I refresh my website?
Krydos replied to robertk1997's topic in Escalated Requests
Since your website uses an SSL certificate whose root was generated in March 2024, it's possible your phone OS hasn't been updated since then to include the new root certificate. Does SSL work if you run the latest updates? -
[Solved] SSL doesnt work until I refresh my website?
Krydos replied to robertk1997's topic in Escalated Requests
SPF, DKIM, and DMARC have nothing to do with https. You can have SSL and not have SPF, DKIM, or DMARC, or you can have SPF, DKIM, and DMARC but not have SSL because they don't affect each other. DKIM, SPF, and DMARC have been set up for the domain swflspas.com. We recommend sending a test 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. SSL is still working for me. Here is IPv6: root@control [~]# curl --verbose https://swflspas.com * Trying 2001:470:1:1ee::3004:443... * Connected to swflspas.com (2001:470:1:1ee::3004) port 443 (#0) * ALPN, offering h2 * ALPN, offering http/1.1 * CAfile: /etc/pki/tls/certs/ca-bundle.crt * TLSv1.0 (OUT), TLS header, Certificate Status (22): * TLSv1.3 (OUT), TLS handshake, Client hello (1): * TLSv1.2 (IN), TLS header, Certificate Status (22): * TLSv1.3 (IN), TLS handshake, Server hello (2): * TLSv1.2 (IN), TLS header, Finished (20): * TLSv1.2 (IN), TLS header, Unknown (23): * TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8): * TLSv1.2 (IN), TLS header, Unknown (23): * TLSv1.3 (IN), TLS handshake, Certificate (11): * TLSv1.2 (IN), TLS header, Unknown (23): * TLSv1.3 (IN), TLS handshake, CERT verify (15): * TLSv1.2 (IN), TLS header, Unknown (23): * TLSv1.3 (IN), TLS handshake, Finished (20): * TLSv1.2 (OUT), TLS header, Finished (20): * TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1): * TLSv1.2 (OUT), TLS header, Unknown (23): * TLSv1.3 (OUT), TLS handshake, Finished (20): * SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384 Here is IPv4: root@control [~]# curl -4 --verbose https://swflspas.com * Trying 65.19.154.94:443... * Connected to swflspas.com (65.19.154.94) port 443 (#0) * ALPN, offering h2 * ALPN, offering http/1.1 * CAfile: /etc/pki/tls/certs/ca-bundle.crt * TLSv1.0 (OUT), TLS header, Certificate Status (22): * TLSv1.3 (OUT), TLS handshake, Client hello (1): * TLSv1.2 (IN), TLS header, Certificate Status (22): * TLSv1.3 (IN), TLS handshake, Server hello (2): * TLSv1.2 (IN), TLS header, Finished (20): * TLSv1.2 (IN), TLS header, Unknown (23): * TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8): * TLSv1.2 (IN), TLS header, Unknown (23): * TLSv1.3 (IN), TLS handshake, Certificate (11): * TLSv1.2 (IN), TLS header, Unknown (23): * TLSv1.3 (IN), TLS handshake, CERT verify (15): * TLSv1.2 (IN), TLS header, Unknown (23): * TLSv1.3 (IN), TLS handshake, Finished (20): * TLSv1.2 (OUT), TLS header, Finished (20): * TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1): * TLSv1.2 (OUT), TLS header, Unknown (23): * TLSv1.3 (OUT), TLS handshake, Finished (20): * SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384 Here is another SSL tester https://www.sslshopper.com/ssl-checker.html#hostname=swflspas.com -
[Solved] SSL doesnt work until I refresh my website?
Krydos replied to robertk1997's topic in Escalated Requests
Everything looks fine to me too. It was probably the Wordpress plugin. Now that it's disabled let us know if you continue having issues. -
I have increased your Apache and Nginx timeout from 30 seconds to 5 minutes. Does it work now?
-
The modules you requested were over 8 GB, and we've had several complaints over the last week that Tommy's Python 3.12 has gotten considerably slower due to these modules. They have been uninstalled, and you'll need to get a VPS for this project https://heliohost.org/vps/
-
Have you tested this script on your local PC? How long does it take to complete on your home PC?
-
Sounds good. I created a full backup which you can download from https://heliohost.org/backup/ if you find you need something from your Tommy account, and then deleted the Tommy account as requested. Let us know if you need help with anything else.
-
Your VPS is rebuilding with Hestia, and you'll get an email in about 30 minutes when it is done. The email will contain the instructions on how to connect to SSH. For Hestia you'll go to https://vps122.heliohost.us:8083/ and login with the username admin, and the SSH password you chose during signup. Let us know if you run into any other issues.
-
I just added a section to the wiki page https://wiki.helionet.org/SSL_Certificate_Problems#Ensure_Redirect_HTTP_to_HTTPS_is_Off Does this help?
-
Your script had DOS line endings \r\n. Our servers run Linux (not Windows) so you need to use Linux line endings \n. Does it work now that I converted your line endings?
-
The error message you posted was about that script. Which script are we debugging then?
-
Here's our documentation for how to access the logs. https://wiki.helionet.org/View_Error_Logs But the fact that you posted the error log yourself means you already know how to view the error logs. What is this then? # ======= LOAD CHECKED VIDEOS ======= def load_checked_videos(): if os.path.exists(CHECKED_VIDEOS_FILE): with open(CHECKED_VIDEOS_FILE, "r") as file: Do you even know what your code is doing?
-
Your account has been moved to a dedicated IPv4.
-
Dedicated IP are $2 per month. Here is the link to pay https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=SWXSLMPGYHF46 If you decide you want to switch to yearly billing you can save 17% by paying $20 up front for 12 months.
-
Which was?
