Skip to content

adrienlaws/m59-blakserv-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 

Repository files navigation

m59-blakserv-docker

Steps to run your Meridian 59 blakserv Linux Docker container

  1. Install the official Docker Desktop application
  2. Pull the current Docker blakserv image from Docker Hub through the Docker Desktop interface
    • use the search bar at the top of Docker Desktop and search for blakserv

    • click Pull to pull the image to your machine (i.e. download) image

    • OR use the following command via a terminal

 docker pull toko5/blakserv-1
  1. Run your blakserv Meridian 59 server by executing this command
docker run -dit -p 5959:5959 -p 9998:9998 --rm toko5/blakserv-1
  • This starts a container from the downloaded blakserv image
  • This automatically starts a Meridian 59 server with open ports 5959 and 9998
    • TCP 5959 is used by the Meridian client
    • TCP 9998 is a maintenance port that you can use to administrate the server with limited capability.
    • The --rm option means that the container will be deleted on shutdown. Nothing will be saved.
  1. Create an account on the server either through a telnet session or using the built-in terminal within Docker
    • Using Putty
      • Connect to the maintenance port to add a Meridian 59 user account so you can log in with the client
      • You can use Putty to connect via a RAW TCP connection on port 9998
      • example
      • image
    • OR Using Docker Terminal
      • you can use built-in commands to connect to the maintenance port from the container itself
      • Open Containers then click on the randomly generated container name (in this example crazy_heyrovsky)
      • image
      • Click on Terminal to open a terminal session
      • image
      • Create a local connection to the maintenance port by typing the following
busybox-extras telnet localhost 9998
  • Then paste in following commands to add a test user with account name test / password test
create automated test test
create user 3 
  • example
  • image
  1. Configure your local Meridian 59 client to connect to localhost on port 5959
    • the easiest way is to configure a shortcut to meridian.exe with the /H and /P flags set
    • example
C:\Meridian59\run\localclient\meridian.exe /U:test /W:test /H:localhost /P:5959
  • image

You should now be able to log into your blakserv Docker container server through your local Windows Meridian 59 client.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published