Skip to content
Tim edited this page Sep 29, 2020 · 14 revisions

We have our own server for development and testing. The server is managed by @motey and @sarmbruster. Please contact either of them if you need an account on the Dev server.

Many thanks to Neo4j for sponsoring this machine.

server specs

Neo4j User

Note that the neo4j user account is restricted to members of the Data Sources room. This is to prevent any inadvertent or unannounced changes to the Graph.

services

  • ssh (password auth disabled)

  • Docker

  • ufw: configured to allow inbound on tcp ports 22, 7687, 7474, 7473

installation protocol

# first: upgrade to debian buster following docs

apt update; apt upgrade; apt install man etckeeper sudo ufw fail2ban
adduser [stefan|tim]
usermod -aG sudo [stefan|tim]
vi /etc/ssh/sshd_config # set `PasswordAuthentication no`
# following https://docs.docker.com/engine/install/debian/ for docker
ufw allow ssh
ufw enable