Linux cesa-www-main 6.1.0-49-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.174-1 (2026-05-26) x86_64
Apache/2.4.68 (Debian)
Server IP : 10.218.0.2 & Your IP : 216.73.216.28
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
etc /
sv /
ssh /
Delete
Unzip
Name
Size
Permission
Date
Action
.meta
[ DIR ]
drwxr-xr-x
2026-05-18 06:31
log
[ DIR ]
drwxr-xr-x
2026-05-18 06:31
finish
470
B
-rwxr-xr-x
2025-02-14 13:06
run
393
B
-rwxr-xr-x
2025-02-14 13:06
Save
Rename
#!/bin/sh set -e NAME=ssh [ "$1" = -1 ] && echo "runsv: ERROR in $NAME: unexpected error or wrong sh syntax" # no need to stop the service here, runsv will stop trying after the first attempt [ "$1" = 161 ] && echo "runsv: ERROR $1 in $NAME: disabled by local settings" \ && sv d "$(dirname "$0")" && exit 0 [ "$1" = 162 ] && echo "runsv: ERROR $1 in $NAME: configtest or early setup failed" \ && sv d "$(dirname "$0")" && exit 0 echo "$NAME Stopped"