web-terminal icon indicating copy to clipboard operation
web-terminal copied to clipboard

Web-Terminal is a terminal server that provides remote CLI via standard web browser and HTTP protocol.

Results 13 web-terminal issues
Sort by recently updated
recently updated
newest added

web-terminal --port 8088 Web-Terminal running at http://localhost:8088/terminal /usr/local/lib/node_modules/web-terminal/lib/terminal.js:155 io = io.listen(server, { log: false }); ^ TypeError: io.listen is not a function at initialize (/usr/local/lib/node_modules/web-terminal/lib/terminal.js:155:13) at Object. (/usr/local/lib/node_modules/web-terminal/bin/run.js:28:1) at Module._compile...

```]# web-terminal --port 8088 /usr/lib/node_modules/web-terminal/node_modules/commander/lib/command.js:921 async parseAsync(argv, parseOptions) { ^^^^^^^^^^ SyntaxError: Unexpected identifier at createScript (vm.js:56:10) at Object.runInThisContext (vm.js:97:10) at Module._compile (module.js:549:28) at Object.Module._extensions..js (module.js:586:10) at Module.load (module.js:494:32) at tryModuleLoad...

when i try cd out of directory i get /usr/local/lib/node_modules/web-terminal/lib/terminal.js:293 if (arg[0] === "~") { ^ TypeError: Cannot read property '0' of undefined at Socket. (/usr/local/lib/node_modules/web-terminal/lib/terminal.js:293:28) at Socket.emit (node:events:394:28) at...

## Environment - Windows 7 x64 - Node v0.10.21 ## Steps 1. Run `web-terminal` in cmd.exe 2. Open `localhost:8088/terminal/` in browser 3. Run commands in web terminal, some of them...

bug

in terminal.js line 184: proc = spawn(env.WEB_SHELL || shell, opts); should del the second params--null

@rabchev Can I give initial path when I am going to call http://localhost:4200/terminal. By default it lands on root path. I want to set it to /var/www/abc. How can I...

How to configure the host name and all to access and execute bash shell commands. My questing is instead of putty application, how can I make use of this tool.

Is there any telnet support for this tool ? I am able to use ping command. But I am unable to use telnet command. Does it any internal support that...

bug

Example: type this in the shell and in web-terminal ``` echo 1; echo 2 >&2; echo 3 ``` Output should be 1 2 3 but on web-terminal it's 1 3...

bug