Skip to content

Use internal SSS WebServer for dynmap

Vincs edited this page Jan 30, 2023 · 4 revisions

We assume that you have already installed dynamp, and it's fully working. The aim of this tutorial is to serve the dynmap map while your server is offline.

Setup

You will need to tweak your configuration :

  • [Dynmap] Change your configuration (plugins/dynmap/configuration.txt) Do Step 1 & Step 2 of External-Webserver-Basics
    • ⚠️ Attention ⚠️ Chat will not work when hosted by mcsleepingserverstarter. You can change your configuration file (plugins/dynmap/configuration.txt) under JsonFileClientUpdateComponent section to disable it.
allowwebchat: false
  • [mcsleepingserverstarter] You will also need to set mcsleepingserverstarter to use dynmap Settings :
webPort: 9696
webStopOnStart: false 
webServeDynmap: true 

For a full compatible version, you can use an external server. External-Webserver-Basics