Go to file
SkyperTHC 1677eb193b sfwg-pid 2024-04-20 16:19:29 +01:00
.github/workflows auto-push 2024-01-23 11:06:28 +00:00
config/etc not-human check & 0.5.6rc1 cleanup 2024-04-13 20:29:03 +01:00
contrib sfwg-pid 2024-04-20 16:19:29 +01:00
encfsd guest docker bumping 2024-01-20 20:44:05 +00:00
gsnc routing/tc fixes 2023-04-26 18:57:44 +01:00
guest sfwg-pid 2024-04-20 16:19:29 +01:00
host not-human check & 0.5.6rc1 cleanup 2024-04-13 20:29:03 +01:00
master not-human check & 0.5.6rc1 cleanup 2024-04-13 20:29:03 +01:00
provision guest docker bumping 2024-01-20 20:44:05 +00:00
router OpenVPN 2024-01-19 17:18:58 +00:00
sfbin not-human check & 0.5.6rc1 cleanup 2024-04-13 20:29:03 +01:00
tools fix: logpipe socket permission 2023-11-22 14:18:45 +00:00
tor routing/tc fixes 2023-04-26 18:57:44 +01:00
.gitignore lftp 2023-03-28 20:24:58 +01:00
ChangeLog not-human check & 0.5.6rc1 cleanup 2024-04-13 20:29:03 +01:00
Makefile sfwg-pid 2024-04-20 16:19:29 +01:00
README.md Update README.md 2023-06-22 11:53:28 +01:00
docker-compose.yml sfwg-pid 2024-04-20 16:19:29 +01:00

segfault.net - A Server Centre Deployment

This page is for server administrators and those folks who like to run their own Segfault.net Server Centre (SSC). Running your own SSC allows you to offer root-servers to other users.

If this is not what you want and you just like to get a root-shell on your own server then please go to https://www.thc.org/segfault or try our demo deployment:

ssh root@segfault.net # the password is 'segfault'

Deploy a Server Centre:

git clone --depth 1 https://github.com/hackerschoice/segfault.git && \
cd segfault && \
export SF_SEED="$(head -c 1024 /dev/urandom | tr -dc '[:alpha:]' | head -c 32)" && \
echo "SF_SEED=${SF_SEED}" && \
make

To start execute:

SF_BASEDIR="$(pwd)" SF_SSH_PORT=2222 sfbin/sf up

Take a look at provision/env.example for a sample .env file.

The limits and constraints for all root servers are configured in config/etc/sf/sf.conf. It is possible to relax limits per individual root server by creating a file in config/db/db-<LID>/limits.conf. The is the ID of the server (type echo $SF_LID when logged in to the server). Alternatively it is possible to get the LID from the Root Server's name: cat config/db/hn/hn2lid-<SF_HOSTNAME>.

Provisioning

Provisioning turns a freshly created Linux (a bare minimum Installation) into a SSC. It's how we 'ready' a newly launched AWS Instance for SSC deployment. You likely dont ever need this but we wrote it down anyway.

GUI

SFUI is a companion project created by @messede-degod. It provides a 'Remote Desktop' (X11/Gnome) to your Root Server. It is run as a Cloud Service by the community. Try it!


Telegram: https://t.me/thcorg Twitter: https://twitter.com/hackerschoice