Quick Start:
Login to the shell
Type software
Type getmuh this will copy .muh dir and muhrc config to
your home dir. muh is now installed globally so no need
to do anything other than edit config :)
Type cd .muh ( with the . )
Type pico muhrc and edit the config.
Note: here are two different muh configs ones IPv4 and
the other is IPv6. you would prob want to go with the IPv4
one as currently IPv6 isn't running
Editing Conf for just IPv4
----------------
Change the required fields
Nickname = "nickname";
Altnickname = "nickname-";
Realname = "realname";
Username = "aceshell";
Listenhost = "81.5.187.130"; ( change the ip and
only the ip to whatever the box's ip you are connected to
is )
Listenport = 9999; (you need to change this to a port higher
than 10000)
Password = "mypass";
Servers {
"irc.aceshells.com",
};
Bind = "81.5.187.130"; ( change the ip to whatever
vhost is available (( don't use a host , use the ipv4 host
ip ) ) )
The rest of the config options are optional
------------------
Editing Conf End Just for IPv4
------------------
Editing Conf Just for IPv6
----------------
Change the required fields
Nickname = "nickname";
Altnickname = "nickname-";
Realname = "realname";
Username = "aceshell";
Listenhost = "::ffff:81.5.187.130"; ( change the
ip and only the ip to whatever the box's ip you are connected
to is )
Listenport = 9999; (you need to change this to a port higher
than 10000)
Password = "mypass";
Servers {
"irc6.aceshells.com",
};
Bind = "2001:618:4:161b::9"; ( change the ip to
whatever ipv6 vhost is available (( don't use a host , use
the ipv6 host ip ) ) )
The rest of the config options are optional
------------------
Editing Conf End Just for IPv6
------------------
Now for the final couple of steps
To start muh just Type muh
After this is done , muh should be launched in the background
successfully and you should be now able to connect to the
single user bnc ( muh )
Server = box host or ip , port = whatever port you set
muh for ( make sure it is open on the box ) and password
that you had set for muh
-------------------
Check http://mind.riot.org/muh/documentation/Muhrc-Commands.html
for Required and other comands u can add