FAQ
Q: How to disable the remote shell feature of a node?
A: In the
.env
file offrp-panel
, setCLIENT_FEATURES_ENABLE_REMOTE_SHELL
tofalse
.Q: How to disable the functions feature of a node?
A: In the
.env
file offrp-panel
, setCLIENT_FEATURES_ENABLE_FUNCTIONS
tofalse
.