How can I set my nodes style by default in Neo4j Browser (Color, Size, Caption) for everybody
For example: I have a database on my server. Now when a new user connects to this database all the nodes looks the same size and with random property as a 'caption'
How to set my own default style for everybody who connects to the base for the first time.
Since there has to be an acronym in any geek discussion , today's is GRASS (graph style sheet). Yep, it's a thing.
Go to your Neo Browser and type ":style". You should see default settings as well as your nodes and their current settings. How you make changes to the colors etc., is a bit "maybe this is not the main focus at Neo" but here's that link to get you going: Neo4j Browser User Interface Guide - Developer Guides
What I'd recommend instead, is downloading the latest version of the browser which now comes with a free version of Bloom. This is a powerful tool for "seeing" your data.
I'm not 100% clear on your use case(s), but if visualization is your target, that's a good place to get started.