Coder Social home page Coder Social logo

Comments (14)

trevj avatar trevj commented on July 28, 2024 4

@studentmain Beware that one Shadowsocks client typically opens many connections open to the server. Because of this, you probably want to count unique IPs. I think this will get @ggahmed a little closer to what he wants:

netstat -tn|grep 48611|awk '{print $5}'|awk -F: '{print $2}'|sort -u

Thanks!

from outline-client.

trevj avatar trevj commented on July 28, 2024

@ggahmed Thanks for trying Outline! I'm afraid there isn't an easy way currently to see this. I agree it would be a neat feature to have.

from outline-client.

ggahmed avatar ggahmed commented on July 28, 2024

It would be so awesome if this could happen :p thanks for the reply!

from outline-client.

ggahmed avatar ggahmed commented on July 28, 2024

@trevj also if there is any hack or way around to get this working - a simple hint in the right direction would help me get started and work up a sort of a bootstrap solution
lemme know

from outline-client.

 avatar commented on July 28, 2024

from outline-client.

himat avatar himat commented on July 28, 2024

How do I know what my server port is? I set up my server by just running the install scripts

from outline-client.

alalamav avatar alalamav commented on July 28, 2024

Hi @himat, you can find the server management port in the apiUrl variable output by the install script.

from outline-client.

himat avatar himat commented on July 28, 2024

Where can I find that script output if I ran the script previously and don't have the console output anymore? Is there a log file with that info somewhere?

from outline-client.

alalamav avatar alalamav commented on July 28, 2024

You can find it in opt/outline/access.txt (unless it's a legacy server, in which case it should be in /root/shadowbox/access.txt).

from outline-client.

ring0jke avatar ring0jke commented on July 28, 2024

Any progress on active clients counter? its been a long time

from outline-client.

mfat avatar mfat commented on July 28, 2024

Another vote for this feature! thanks

from outline-client.

a-poluyanov avatar a-poluyanov commented on July 28, 2024

I think this is a very important feature. I also vote for her.

from outline-client.

dotmitsu avatar dotmitsu commented on July 28, 2024

We also need this feature. We use outline-ss-server without gui. Only outline-ss-server file

from outline-client.

shishehgar avatar shishehgar commented on July 28, 2024

@studentmain Beware that one Shadowsocks client typically opens many connections open to the server. Because of this, you probably want to count unique IPs. I think this will get @ggahmed a little closer to what he wants:

netstat -tn|grep 48611|awk '{print $5}'|awk -F: '{print $2}'|sort -u

Thanks!

Hi,
please let me know what's {print $5} in this command?

from outline-client.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.