Skip to content

Direction on how to setup multi user access for self hosted? #2516

Closed Answered by jimoquinn
patiljignesh asked this question in Q&A
Discussion options

You must be logged in to vote

I use the binary version and when you start it up, it'll automatically create a set of files. One of those files will be user/config.json and in that file you can set the port number so you can run multiple Octobots on the same system.

I'm sure there is a better way, but here is what I did. I created two directories, copied the binary into each of them, and started it up for a few seconds, then stopped it. Then edited user/config.json and found the part like this:

"services": {
        "web": {
            "auto-open-in-web-browser": true,
            "password": "",
            "port": 5001,
            "require-password": false
        }
    }

I may have added the "port": 5001, but reg…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Herklos
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