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: 11152

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: 9080

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: 8187

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: 16141

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: 8357

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 only because EHCP force has not yet been updated for Ubuntu 24.04. For whatever reason some of the email packages have been removed from the Ubuntu software reposito...
by Rob Swan
Sun May 12, 2024 1:17 pm
Forum: Step Three.
Topic: Install EHCP Force.
Replies: 0
Views: 12713

Install EHCP Force.

Don’t forget to run the EHCP force pre and post install scripts. [/b] EHCP force is the main software that we are going to install on your server, it controls almost everything to do with websites and email. The EHCP force installer automatically installs several packages that we need, so we don’t ...
by Rob Swan
Wed May 08, 2024 4:37 pm
Forum: GhostNetwork Related Stuff.
Topic: Robs Blog.
Replies: 0
Views: 11447

Robs Blog.

31/08/24: The 30/08/2024 update for EHCP force fixes the bug introduced in the 24/07/2024 release. The 30/08/2024 update for EHCP force, also fixes the subdomain deletion bug and the Squirrelmail update bug. 28/07/24: If you updated EHCP force to the 24/07/2024 release, you may have a problem. Afte...
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: 8778

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. Again, this is because EHCP force has not yet been updated to work on Ubuntu 24.04. If and when EHCP force does get updated this post will most likely be deleted. Put s...
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: 8638

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: 8498

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...