MASQ Network
Searchβ¦
What is MASQ Network?
Official Community Links π
MASQ Comparison π
Getting Started
MASQ Beta Testing
CLI Testnet - Polygon Mumbai
Port Forwarding
FAQ β
Intro FAQs
MASQ Network Dynamics
Security
Knowledge Base π§
MASQ Network Dynamics
Encryption Methods
Developer Camp π¨βπ»
Documentation
QA Testing
Codebase Links
Job Openings
Greypaper
Community Links π¨βπ¨βπ§βπ§
Twitter
Discord
Telegram
GitHub
Medium
Powered By
GitBook
QA Testing
These Setup Guides are based around Quality Assurance (QA) Testing for Windows and Linux in CLI
MASQ CLI Testing - Windows
MASQ CLI Testing - Linux
Linux Users Read! - Regarding MASQNode daemon
The intention of MASQ Node and the MASQNode daemon is for it to be run by
sudo-ers
- i.e. not starting MASQNode as a user with root permissions.
If you run MASQNode with a user with root permissions or
root
user itself, it may write logs to the root directory.
To avoid this, if you insist on running MASQNode on a root access user, you can use the command:
sudo -E MASQNode --initialization
OR
You can define the
--real-user
parameter
in command line with a defined normal user.
This is not applicable to Windows environments, as most things will run with administrator access
Previous
Port 53 Problems? (usually in Windows)
Next - Developer Camp π¨βπ»
Codebase Links
Last modified
5mo ago
Copy link
Outline
Linux Users Read! - Regarding MASQNode daemon