GN Latest News

Search found 76 matches

by Rob Swan
Sun Jul 28, 2024 7:38 pm
Forum: FAQ
Topic: How do I fix “Fatal error: Uncaught TypeError” in the EHCP force CP?
Replies: 0
Views: 38604

How do I fix “Fatal error: Uncaught TypeError” in the EHCP force CP?

When attempting to access certain parts of the EHCP force control panel, you may see this.

Image

This is due a bug in the 24/07/2024 release of EHCP force.

In order to fix this issue simply update EHCP force to the latest version.
by Rob Swan
Sat Jun 22, 2024 12:49 pm
Forum: FAQ
Topic: How do I update my Spamassasin user interface to the new method?
Replies: 0
Views: 30788

How do I update my Spamassasin user interface to the new method?

Important Notes This post is ONLY for those that followed the procedure on this website prior to the 27/06/24, to set up a user interface for Spamassasin. If you did use the old method, you don’t need to change anything, however the old method did have some inefficiencies, for example system log en...
by Rob Swan
Wed Jun 19, 2024 4:16 pm
Forum: FAQ
Topic: SMTP auth stopped working after running an update, how do I fix it?
Replies: 0
Views: 28925

SMTP auth stopped working after running an update, how do I fix it?

It is possible that the update has changed something in the saslauthd configuration. It can be fixed by running the SMTP auth (post EHCP force install) fixing script again using this command in PuTTY. sudo bash smtpauthfixv2.sh The above assumes you did not delete the script from your system, if you...
by Rob Swan
Sun May 12, 2024 1:18 pm
Forum: Step Three.
Topic: Install software on your PC to remotely access your server.
Replies: 0
Views: 42838

Install software on your PC to remotely access your server.

There are two free applications you should install on your PC to remotely access your server, these are PuTTY and WinSCP. Installing PuTTY [/b] Putty is a very simple windows application that it used to access your servers command prompt (sometimes called root or console). This is the best way to ac...
by Rob Swan
Sun May 12, 2024 1:17 pm
Forum: Step Three.
Topic: Run the EHCP force Pre-install Script. (Important)
Replies: 0
Views: 29448

Run the EHCP force Pre-install Script. (Important)

Before we install the main webserver software (EHCP force), we need run a script to pre-install some applications (for email), this is because we cannot install the latest version of EHCP force as there are major bugs in the installer, so we have to resort to installing an older version. If you inad...
by Rob Swan
Sun May 12, 2024 1:17 pm
Forum: Step Three.
Topic: Install EHCP Force.
Replies: 0
Views: 33036

Install EHCP Force.

The install script on this page installs an older version of EHCP force, due to problems with the EHCP force installer in the latest version, as documented in the previous topic. If you inadvertently installed the latest version of EHCP force (not upgraded to it), click HERE to find out how to fix i...
by Rob Swan
Wed May 08, 2024 4:37 pm
Forum: GhostNetwork Related Stuff.
Topic: Robs Blog.
Replies: 0
Views: 39719

Robs Blog.

03/04/2025: What a frustrating few hours. This has taken forever, but I have created a version of EHCP force that works “off the shelf”. Its an amalgamation of both the newer version and the older version installers. There are so many changes to the new installer in regards to email, fixing it with...
by Rob Swan
Sun May 05, 2024 4:09 pm
Forum: Step Three.
Topic: Run the EHCP force Post-install Scripts. (Important)
Replies: 0
Views: 30156

Run the EHCP force Post-install Scripts. (Important)

There are two issues we need to fix with our installation of EHCP force, the first one being SMTP auth, and the second is Fail2ban. Put simply without SMTP auth working you will not be able to send any emails. So, to fix these issues I have two more scripts. So, let’s get started. How to download th...
by Rob Swan
Sat Mar 16, 2024 3:13 pm
Forum: FAQ
Topic: How do I upgrade to Ubuntu server 24.04 from 22.04?
Replies: 0
Views: 29713

How do I upgrade to Ubuntu server 24.04 from 22.04?

I am sorry say, the only safe way to upgrade to Ubuntu server 24.04 is a full reinstall. Make sure you back up all of your data using as many different methods as you can to prevent data loss. Then start at THIS POST , and follow through each of the relevant posts to set up your server again. NOTE: ...
by Rob Swan
Sat Mar 16, 2024 3:10 pm
Forum: FAQ
Topic: I forgot to select “OpenSSH server” during the OS install, how do I fix it?
Replies: 0
Views: 29897

I forgot to select “OpenSSH server” during the OS install, how do I fix it?

If you did not select OpenSSH server when you installed Ubuntu server, you will not be able to connect to you server using PuTTY. Don’t worry this is easy to fix. Log into your server, and enter this command. sudo apt-get install openssh-server As always you may need to re-enter your password. image...