Skip to content

Running

Isaac Hirschfeld edited this page Feb 16, 2021 · 2 revisions

Running Omegga

Contents

Running

It's recommend to create a folder first before starting your server:

mkdir myServer && cd myServer

Omegga runs in the current working directory. You can configure omegga to always use the same folder by running omegga config default $(pwd). After this is run, omegga will run in the same folder regardless of the current working directory.

To start a server, simply type the following in a linux shell after install:

omegga

Omegga will prompt for credentials as necessary and only stores the auth tokens brickadia generates on login. Omegga does not store your password

Updating

Omegga will tell you when it's out of date. You can update with this command:

npm i -g omegga
Clone this wiki locally