Page 1 of 1

Data Collector for Community Support

Posted: Wed 16. Aug 2023, 23:57
by Jolinar
I, along with some community members, have developed a shell script that gathers essential system information on a KeyHelp Server and provides it in a text file. This allows us to offer proper support here in the forum without having to painstakingly request and compile all the necessary information each time.

The script runs completely locally on the KeyHelp server, only the DNS resource records are queried directly in the DNS.

To run the script, you need root privileges on the server!

The call is done with:

Code: Select all

wget -q https://ngc4594.eu/server-info.sh -O server-info.sh ; bash server-info.sh ;

After the script has been successfully executed, you will find a text file named server-info.txt in the current directory.

Since the file is relatively large, it is most practical to attach it as an attachment to a forum post.

If you have any concerns about sensitive information in the file, you can also send it as an attachment in a forum PM to the community member who has taken over support for the respective problem. Please only send such PMs after the supporter has requested them.