Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 1013 Bytes

README.md

File metadata and controls

48 lines (31 loc) · 1013 Bytes

mainsail-for-neptune

Elegoo neptune mainsail-theme

1.SSH Connection, default username is usually:

user: mks

password:makerbase

2.SSH command prompt:

cd ~
git clone https://github.com/zzcatvs/mainsail-for-neptune.git
sudo bash ~/mainsail-for-neptune/install.sh

3.Installation successful,Fluidd port changed to 81.

4.If you want to uninstall:

sudo bash ~/mainsail-for-neptune/uninstall.sh

5.If you don't want to run fluid.

stop fluidd:

sudo rm -f /etc/nginx/sites-enabled/fluidd
sudo systemctl restart nginx

start fluidd:

sudo ln -s /etc/nginx/sites-available/fluidd /etc/nginx/sites-enabled/
sudo systemctl restart nginx