You are here: start » handbook » runbooks » komodo

Komodo

Komodo Core

apollo.srv.starcatsys.net

Editing Komodo Core config

nano /srv/komodo/compose.env

Stopping Komodo Core

docker compose -p komodo -f /srv/komodo/mongo.compose.yaml --env-file /srv/komodo/compose.env down

Starting Komodo Core

docker compose -p komodo -f /srv/komodo/mongo.compose.yaml --env-file /srv/komodo/compose.env up -d

Komodo Periphery

Install Periphery systemd service

As root:

curl -sSL https://raw.githubusercontent.com/moghtech/komodo/main/scripts/setup-periphery.py | python3

Configure Periphery systemd service

nano /etc/komodo/periphery.config.toml
 
Set allowed_ips = ["46.62.151.105"]
 
Set passkeys = ["abc123"] SEE 1PASSWORD LINK BELOW

Periphery passkey: 1Password link

Enable and restart Periphery systemd service

systemctl enable periphery
systemctl stop periphery
systemctl start periphery