My MN is in the MN list but when it is shown as inactive. What to do?
You're probably running an older version. Upgrade to version .58 and it should fix your problem. Here is an example script I use for upgrade, modify it to your setup:
./dash-cli stop
rm dashd -fr
rm dash-cli -fr
rm rm .dash/debug.log .dash/peers.dat .dash/mncache.dat -fr
wget
https://www.dashpay.io/binaries/dash-0.12.0.58-linux64.tar.gztar zxvf dash-0.12.0.58-linux64.tar.gz
mv dash-0.12.0/bin/dashd .
mv dash-0.12.0/bin/dash-cli .
chmod +x ./dashd
chmod +x ./dash-cli
./dashd
sleep 25
./dash-cli getinfo