MX on Linux: Difference between revisions

From Cumulus Wiki
Jump to navigationJump to search
No change in size ,  3 July 2021
m
→‎Running MX on Linux: Correcting heading levels
m (→‎Running MX on Linux: Correcting heading levels)
 
 
=== Beta builds of MX ===
 
==== web sockets ====
 
Beta builds in MX version 3.0.0 had an optional parameter <code>sudo mono CumulusMX.exe -wsport nnnn</code> that determined which port (represented by a 4 digit number ''nnnn'') was used for '''Web Sockets'''.
That parameter is now deprecated as Web Sockets in all builds since 3045 uses the same port as the rest of the [[MX_Administrative_Interface#The_API_interface|Admin Interface]], see Port parameter below.
 
==== Debugging of data flow between station and MX====
 
Use '''sudo mono CumulusMX.exe -Logging=1''' (for the station to MX transfers to have increased debugging logging).
Use of this is explained next. The parameter syntax is <code>sudo mono CumulusMX.exe -service</code>
 
=== Setting up as a service ===
 
If you have installed MX release 3.8.0 or later, you can set up MX to run as a service.
If you upgrade to a new release, the file in EXISTING PATH will be overwritten, but the critical file in "/etc/sytemd/system" will not be affected.
 
===Running as a service===
 
If you want MX to automatically start when your Linux computer is booted, just type <code>sudo systemctl enable cumulusmx</code> once, and it will be activated on each reboot.
 
 
=== Running with a terminal session left open ===
 
This is alternative to the running as service as described above.
5,838

edits

Navigation menu