MOXA 5110 1 Port Device Server Ethernet Installation Guide
- September 7, 2024
- MOXA
Table of Contents
- MOXA 5110 1 Port Device Server Ethernet
- Specifications
- FAQs
- Introduction
- INSTALLATION
- Uninstalling MXview One in Linux
- CONTACT INFORMATION
- References
- Read User Manual Online (PDF format)
- Download This Manual (PDF format)
- sudo apt install -y curl ca-certificates
- sudo install -d /usr/share/postgresql-common/page
- sudo curl -o /usr/share/postgresql-common/pgdg/apt.postgresql.org.asc –fail https://www.postgresql.org/media/keys/ACCC4CF8.asc
- sudo sh -c ‘echo “deb
- sudo apt update -y
- sudo apt install -y PostgreSQL-15
- sudo apt install -y curl
- cd ~
- curl -sL https://deb.nodesource.com/setup_16.x | sudo bash –
- sudo apt install -y nodejs
- sudo add-apt-repository -y ppa:mosquito-dev/mosquito-ppa
- sudo apt install -y mosquito
- sudo apt install -y make libssl-dev libpcre3-dev zlib1g-dev gcc
- cd ~
- sudo systemctl stop PostgreSQL
- sudo dpkg -i ./MXview_One_Linux_Vx.x.x_xxxxxxxx.deb
- sudo /usr/my view/my view-control-panel/MXControlPanel service –action activate # sudo reboot now
- sudo apt install -y curl ca-certificates
- sudo install -d /usr/share/postgresql-common/pgdg
- sudo curl -o /usr/share/postgresql-common/pgdg/apt.postgresql.org.asc –fail https://www.postgresql.org/media/keys/ACCC4CF8.asc
- sudo sh -c ‘echo “deb
- sudo apt update -y
- sudo apt install -y PostgreSQL-15
- sudo apt install -y curl
- cd ~
- curl -sL https://deb.nodesource.com/setup_18.x | sudo bash –
- sudo apt install -y nodejs
- sudo add-apt-repository -y ppa:mosquito-dev/mosquito-ppa
- sudo apt satisfy -y “mosquito (>= 2.0)”
- sudo apt install -y make libssl-dev libpcre3-dev zlib1g-dev gcc
- cd ~
- sudo systemctl stop PostgreSQL
- sudo dpkg -i ./MXview_One_Linux_Vx.x.x_xxxxxxxx.deb
- sudo /usr/my view/my view-control-panel/MXControlPanel service –action activate # sudo reboot now
- sudo apt install -y curl ca-certificates
- sudo install -d /usr/share/postgresql-common/pgdg
- sudo curl -o /usr/share/postgresql-common/pgdg/apt.postgresql.org.asc –fail https://www.postgresql.org/media/keys/ACCC4CF8.asc
- sudo sh -c ‘echo “deb
- sudo apt update -y
- sudo apt install -y PostgreSQL-15
- sudo apt install -y curl
- cd ~
- curl -sL https://deb.nodesource.com/setup_18.x | sudo bash –
- sudo apt install -y nodejs
- sudo apt satisfy -y “mosquito (>= 2.0)”
- sudo apt install -y make libssl-dev libpcre3-dev zlib1g-dev gcc
- cd ~
- sudo systemctl stop PostgreSQL
- sudo dpkg -i ./MXview_One_Linux_Vx.x.x_xxxxxxxx.deb
- sudo /usr/my view/my view-control-panel/MXControlPanel service –action activate # sudo reboot now
MOXA 5110 1 Port Device Server Ethernet
Specifications
- Product Name: MXview One
- Operating System: Linux Ubuntu
- Offline Installation Files: MXview_One_Linux_Vx.x.x_xxxxxxxx.deb, installer.sh, mxview-one-deps_xxx.deb
FAQs
How can I uninstall MXview One in Linux?
To uninstall MXview One in Linux, refer to section 4 of the user manual for detailed instructions.
How do I contact the Moxa Technical Support Team?
You can contact Moxa Technical Support Team via email at support@moxa.com or by phone at Tel: 1-714-528-6777.
Introduction
There are two ways to install MXview One on systems running Linux Ubuntu: offline and online installation. We recommend installing MXview One using the offline method first to avoid any compatibility issues. If you are unable to activate MXview One using the online installation method, install the software using the offline method.
INSTALLATION
Offline Installation
To perform an offline installation of MXview One on systems running Linux, do the following:
- Put the following MXview One files in the “~” directory.
- MXview_One_Linux_Vx.x.x_xxxxxxxx.deb
- installer.sh
- my view-one-deps_xxx.deb
- Execute the following command to start the installation process: #sudo OFFLINE_DEP=mxview-one-deps_xxx.deb ./installer.sh MXview_One_Linux_Vx.x.x_xxxxxxxx.deb
Online Installation
MXview One can be installed on Linux systems using the online method. Steps vary depending on the version of Ubuntu used.
Online Installation on Ubuntu 18.04
To perform an online installation of MXview One on systems running Linux Ubuntu 18.04, do the following:
- Put the following MXview One files in the “~” directory.
- MXview_One_Linux_Vx.x.x_xxxxxxxx.deb
- Install the database package:
-
sudo apt install -y curl ca-certificates
-
sudo install -d /usr/share/postgresql-common/page
-
sudo curl -o /usr/share/postgresql-common/pgdg/apt.postgresql.org.asc –fail https://www.postgresql.org/media/keys/ACCC4CF8.asc
-
sudo sh -c ‘echo “deb
- [signed-by=/usr/share/postgresql-common/pgdg/apt.postgresql.org.asc] https://apt-archive.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main” > /etc/apt/sources.list.d/pgdg.list’
-
sudo apt update -y
-
sudo apt install -y PostgreSQL-15
-
- Install the environment that runs Node.js:
-
sudo apt install -y curl
-
cd ~
-
curl -sL https://deb.nodesource.com/setup_16.x | sudo bash –
-
sudo apt install -y nodejs
-
- Install the MQTT communication software package:
-
sudo add-apt-repository -y ppa:mosquito-dev/mosquito-ppa
-
sudo apt install -y mosquito
-
- Install the dependency software for Nginx:
-
sudo apt install -y make libssl-dev libpcre3-dev zlib1g-dev gcc
-
- Install the MXview One Linux software:
-
cd ~
-
sudo systemctl stop PostgreSQL
-
sudo dpkg -i ./MXview_One_Linux_Vx.x.x_xxxxxxxx.deb
-
- Configure MXview One as a system service and restart Linux:
-
sudo /usr/my view/my view-control-panel/MXControlPanel service –action activate # sudo reboot now
-
- After restarting, open a web browser and navigate to https://[host IP address]. The host IP address is the IP of the computer running MXview One. The default IP address is: 127.0.0.1
- Log in using the default credentials:
- Username: admin
- Password: moxa.
Online Installation on Ubuntu 20.04
To perform an online installation of MXview One on systems running Linux Ubuntu 20.04, do the following:
- Put the following MXview One files in the “~” directory.
- MXview_One_Linux_Vx.x.x_xxxxxxxx.deb
- Install the database package:
-
sudo apt install -y curl ca-certificates
-
sudo install -d /usr/share/postgresql-common/pgdg
-
sudo curl -o /usr/share/postgresql-common/pgdg/apt.postgresql.org.asc –fail https://www.postgresql.org/media/keys/ACCC4CF8.asc
-
sudo sh -c ‘echo “deb
- [signed-by=/usr/share/postgresql-common/pgdg/apt.postgresql.org.asc]
- https://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main” > /etc/apt/sources.list.d/pgdg.list’
-
sudo apt update -y
-
sudo apt install -y PostgreSQL-15
-
- Install the environment that runs Node.js:
-
sudo apt install -y curl
-
cd ~
-
curl -sL https://deb.nodesource.com/setup_18.x | sudo bash –
-
sudo apt install -y nodejs
-
- Install the MQTT communication software package:
-
sudo add-apt-repository -y ppa:mosquito-dev/mosquito-ppa
-
sudo apt satisfy -y “mosquito (>= 2.0)”
-
- Install the dependency software for Nginx:
-
sudo apt install -y make libssl-dev libpcre3-dev zlib1g-dev gcc
-
- Install the MXview One Linux software:
-
cd ~
-
sudo systemctl stop PostgreSQL
-
sudo dpkg -i ./MXview_One_Linux_Vx.x.x_xxxxxxxx.deb
-
- Configure MXview One as a system service and restart Linux:
-
sudo /usr/my view/my view-control-panel/MXControlPanel service –action activate # sudo reboot now
-
- After restarting, open a web browser and navigate to https://[host IP address]. The host IP address is the IP of the computer running MXview One. The default IP address is: 127.0.0.1
- Log in using the default credentials:
- Username: admin
- Password: moxa
Online Installation on Ubuntu 22.04
To perform an online installation of MXview One on systems running Linux Ubuntu 22.04, do the following:
- Put the following MXview One files in the “~” directory.
- MXview_One_Linux_Vx.x.x_xxxxxxxx.deb
- Install the database package:
-
sudo apt install -y curl ca-certificates
-
sudo install -d /usr/share/postgresql-common/pgdg
-
sudo curl -o /usr/share/postgresql-common/pgdg/apt.postgresql.org.asc –fail https://www.postgresql.org/media/keys/ACCC4CF8.asc
-
sudo sh -c ‘echo “deb
- [signed-by=/usr/share/postgresql-common/pgdg/apt.postgresql.org.asc] https://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main” > /etc/apt/sources.list.d/pgdg.list’
-
sudo apt update -y
-
sudo apt install -y PostgreSQL-15
-
- Install the environment that runs Node.js:
-
sudo apt install -y curl
-
cd ~
-
curl -sL https://deb.nodesource.com/setup_18.x | sudo bash –
-
sudo apt install -y nodejs
-
- Install the MQTT communication software package:
-
sudo apt satisfy -y “mosquito (>= 2.0)”
-
- Install the dependency software for Nginx:
-
sudo apt install -y make libssl-dev libpcre3-dev zlib1g-dev gcc
-
- Install the MXview One Linux software:
-
cd ~
-
sudo systemctl stop PostgreSQL
-
sudo dpkg -i ./MXview_One_Linux_Vx.x.x_xxxxxxxx.deb
-
- Configure MXview One as a system service and restart Linux:
-
sudo /usr/my view/my view-control-panel/MXControlPanel service –action activate # sudo reboot now
-
- After restarting, open a web browser and navigate to https://[host IP address]. The host IP address is the IP of the computer running MXview One. The default IP address is: 127.0.0.1
- Log in using the default credentials:
- Username: admin
- Password: moxa
Uninstalling MXview One in Linux
To uninstall MXview One from any version of Linux, do the following:
- Execute the following command: #sudo apt remove my view
CONTACT INFORMATION
About Moxa
Moxa is a leading provider of edge connectivity, industrial computing, and network infrastructure solutions for enabling connectivity for the Industrial Internet of Things. With 35 years of industry experience, Moxa has connected more than 82 million devices worldwide and has a distribution and service network that reaches customers in more than 80 countries. Moxa delivers lasting business value by empowering the industry with reliable networks and sincere service for industrial communications infrastructures. Information about Moxa’s solutions is available at www.moxa.com.
How to Contact Moxa
- Tel: 1-714-528-6777
- Fax: 1-714-528-6778
- Moxa Technical Support Team
- support@moxa.com
References
- Apt - PostgreSQL wiki
- Loading...
- Moxa - Your Trusted Partner in Automation
- Index of /pub/repos/apt/
- deb.nodesource.com/setup_16.x
- deb.nodesource.com/setup_18.x
- postgresql.org/media/keys/ACCC4CF8.asc
Read User Manual Online (PDF format)
Read User Manual Online (PDF format) >>