saaiful / socks5

Setup a SOCKS5 proxy server on an Ubuntu system
81 stars 35 forks source link

How to add another username and password for another device #2

Closed herbertrivera closed 1 month ago

herbertrivera commented 10 months ago

Hi, how can I add another username and password for use with another device?

saaiful commented 1 month ago
sudo useradd --shell /usr/sbin/nologin new_username
echo "new_username:new_password" | sudo chpasswd

Please Re Run the main script to enable username and password, then use abobe commands to add new user.