Skip to content
Discussion options

You must be logged in to vote

OpenACP runs entirely on your machine — your data never leaves your server.

Security settings in ~/.openacp/config.json:

{
  "security": {
    "allowedUserIds": ["123456789", "987654321"],
    "maxConcurrentSessions": 20,
    "sessionTimeoutMinutes": 60
  }
}

allowedUserIds: Only allow specific user IDs to use the bot. Empty array = allow everyone.
maxConcurrentSessions: Limit concurrent running sessions (default: 20). New sessions are rejected when limit is reached.
sessionTimeoutMinutes: Automatically end inactive sessions after the specified time (default: 60 minutes).
Permission Gate: Every agent action (read file, write file, run command) requires your approval via buttons on Telegr…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by 0xMag1ci4n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants